gitlab.com/picnic-app/backend/role-api@v0.0.0-20230614140944-06a76ff3696d/.gitignore (about) 1 # These are some examples of commonly ignored file patterns. 2 # You should customize this list as applicable to your project. 3 # Learn more about .gitignore: 4 # https://www.atlassian.com/git/tutorials/saving-changes/gitignore 5 6 # Node artifact files 7 node_modules/ 8 dist/ 9 10 # Compiled Java class files 11 *.class 12 13 # Compiled Python bytecode 14 *.py[cod] 15 16 # Log files 17 *.log 18 19 # Package files 20 *.jar 21 22 # Maven 23 target/ 24 25 # JetBrains IDE 26 .idea/ 27 .idea 28 29 # Unit test reports 30 TEST*.xml 31 32 # Generated by MacOS 33 .DS_Store 34 35 # Generated by Windows 36 Thumbs.db 37 38 # Applications 39 *.app 40 *.exe 41 *.war 42 43 # Large media files 44 *.mp4 45 *.tiff 46 *.avi 47 *.flv 48 *.mov 49 *.wmv 50 51 /bin/ 52 /.bin/ 53 /vendor/ 54 /vendor-proto/ 55 .cfg/k8s/local.yaml 56 .cfg/adc.json 57 .env 58 59 # Visual Studio Code 60 .vscode/ 61 62 # Terraform 63 .terraform 64 .terraform.lock.hcl 65 66 # DevSpace 67 .devspace 68 __debug_bin