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