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