Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 1 | # Node.js |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 2 | **/node |
| 3 | |
Alexis de Talhouët | 50f466c | 2019-04-12 18:49:29 -0400 | [diff] [blame] | 4 | # Python |
| 5 | **/*.pyc |
| 6 | |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 7 | # Logs |
| 8 | logs |
| 9 | *.log |
Muthuramalingam, Brinda Santh | cb74139 | 2019-03-27 20:20:34 -0400 | [diff] [blame] | 10 | *.log.* |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 11 | npm-debug.log* |
| 12 | yarn-debug.log* |
| 13 | yarn-error.log* |
| 14 | |
| 15 | # Runtime data |
| 16 | pids |
| 17 | *.pid |
| 18 | *.seed |
| 19 | *.pid.lock |
| 20 | |
| 21 | # Directory for instrumented libs generated by jscoverage/JSCover |
| 22 | lib-cov |
| 23 | |
| 24 | # Coverage directory used by tools like istanbul |
| 25 | coverage |
| 26 | |
| 27 | # nyc test coverage |
| 28 | .nyc_output |
| 29 | |
| 30 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 31 | .grunt |
| 32 | |
| 33 | # Bower dependency directory (https://bower.io/) |
| 34 | bower_components |
| 35 | |
| 36 | # node-waf configuration |
| 37 | .lock-wscript |
| 38 | |
| 39 | # Compiled binary addons (https://nodejs.org/api/addons.html) |
| 40 | build/Release |
| 41 | |
| 42 | # Dependency directories |
| 43 | node_modules/ |
| 44 | jspm_packages/ |
| 45 | dist/ |
Nirvan Ramjuttun | 087d4b6 | 2019-05-07 12:39:19 -0400 | [diff] [blame] | 46 | dist10/ |
Sylvain Desbureaux | ae7b27a | 2019-02-14 13:45:22 +0100 | [diff] [blame] | 47 | |
| 48 | # TypeScript v1 declaration files |
| 49 | typings/ |
| 50 | |
| 51 | # Optional npm cache directory |
| 52 | .npm |
| 53 | |
| 54 | # Optional eslint cache |
| 55 | .eslintcache |
| 56 | |
| 57 | # Optional REPL history |
| 58 | .node_repl_history |
| 59 | |
| 60 | # Output of 'npm pack' |
| 61 | *.tgz |
| 62 | |
| 63 | # Yarn Integrity file |
| 64 | .yarn-integrity |
| 65 | |
| 66 | # dotenv environment variables file |
| 67 | .env |
| 68 | .env.test |
| 69 | |
| 70 | # parcel-bundler cache (https://parceljs.org/) |
| 71 | .cache |
| 72 | |
| 73 | # next.js build output |
| 74 | .next |
| 75 | |
| 76 | # nuxt.js build output |
| 77 | .nuxt |
| 78 | |
| 79 | # vuepress build output |
| 80 | .vuepress/dist |
| 81 | |
| 82 | # Serverless directories |
| 83 | .serverless/ |
| 84 | |
| 85 | # FuseBox cache |
| 86 | .fusebox/ |
| 87 | |
| 88 | # DynamoDB Local files |
| 89 | .dynamodb/ |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 90 | |
Muthuramalingam, Brinda Santh | 3a2872a | 2019-03-22 17:21:30 -0400 | [diff] [blame] | 91 | # Microservices |
| 92 | |
| 93 | .classpath |
| 94 | .settings/ |
| 95 | |
| 96 | # Target dirs in all projects |
| 97 | **/target-ide/* |
| 98 | **/target/* |
| 99 | **/logs/* |
| 100 | **/tokens/* |
| 101 | |
| 102 | # Added for Intellij IDEA IDE |
| 103 | **/*.ipr |
| 104 | **/*.iws |
| 105 | **/debug-logs/* |
| 106 | **/.idea/* |
| 107 | **/*.iml |
| 108 | **/*.project |
| 109 | **/.springBeans |
Brinda Santh | ef03bd4 | 2019-07-24 20:38:36 -0400 | [diff] [blame] | 110 | **/.factorypath |
Muthuramalingam, Brinda Santh | 3a2872a | 2019-03-22 17:21:30 -0400 | [diff] [blame] | 111 | |
| 112 | **/*versionsBackup |
| 113 | **/blackDuckHub* |
| 114 | **/*.jsonld |
| 115 | **/.checkstyle |
| 116 | **/.gitignore |
| 117 | |
| 118 | **/*.log |
| 119 | **/*py.class |
| 120 | **/.DS_Store |
| 121 | |
| 122 | # To Remove Kotlin Script Generated Jars |
| 123 | **/*cba-kts.jar |
| 124 | |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 125 | # Added for Intellij IDEA IDE |
| 126 | **/*.ipr |
| 127 | **/*.iws |
| 128 | **/debug-logs/* |
| 129 | **/.idea/* |
| 130 | **/*.iml |
| 131 | **/*.project |
| 132 | **/.springBeans |
| 133 | |
| 134 | # Target dirs in all projects |
| 135 | **/target-ide/* |
| 136 | **/target/* |
| 137 | **/logs/* |
| 138 | **/tokens/* |
| 139 | |
| 140 | # Public site |
| 141 | */**/package-lock.json |
| 142 | cds-ui/server/public |
| 143 | |
| 144 | # Python generated class |
| 145 | **/*py.class |
| 146 | |
| 147 | MacOS |
| 148 | **/.DS_Store |
| 149 | |
| 150 | # To Remove Kotlin Script Generated Jars |
| 151 | **/*cba-kts.jar |
Brinda Santh | ef03bd4 | 2019-07-24 20:38:36 -0400 | [diff] [blame] | 152 | **/application/blueprints |
Chandan Ghosh | 5d55c41 | 2019-04-09 15:18:05 +0530 | [diff] [blame] | 153 | /target/ |