blob: 29bf5d423ce32a3d6e2d48b2076211c50c8e302e [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/
Nirvan Ramjuttun087d4b62019-05-07 12:39:19 -040046dist10/
Sylvain Desbureauxae7b27a2019-02-14 13:45:22 +010047
48# TypeScript v1 declaration files
49typings/
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ëtc90edac2019-03-25 13:04:18 -040090
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -040091# 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
110
111**/*versionsBackup
112**/blackDuckHub*
113**/*.jsonld
114**/.checkstyle
115**/.gitignore
116
117**/*.log
118**/*py.class
119**/.DS_Store
120
121# To Remove Kotlin Script Generated Jars
122**/*cba-kts.jar
123
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400124# Added for Intellij IDEA IDE
125**/*.ipr
126**/*.iws
127**/debug-logs/*
128**/.idea/*
129**/*.iml
130**/*.project
131**/.springBeans
132
133# Target dirs in all projects
134**/target-ide/*
135**/target/*
136**/logs/*
137**/tokens/*
138
139# Public site
140*/**/package-lock.json
141cds-ui/server/public
142
143# Python generated class
144**/*py.class
145
146MacOS
147**/.DS_Store
148
149# To Remove Kotlin Script Generated Jars
150**/*cba-kts.jar
Chandan Ghosh5d55c412019-04-09 15:18:05 +0530151/target/