blob: a0db985aa22c7b868ea1636e56df14384315df4b [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
Brinda Santhef03bd42019-07-24 20:38:36 -0400110**/.factorypath
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -0400111
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ëtc90edac2019-03-25 13:04:18 -0400125# 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
142cds-ui/server/public
143
144# Python generated class
145**/*py.class
146
147MacOS
148**/.DS_Store
149
150# To Remove Kotlin Script Generated Jars
151**/*cba-kts.jar
Brinda Santhef03bd42019-07-24 20:38:36 -0400152**/application/blueprints
Chandan Ghosh5d55c412019-04-09 15:18:05 +0530153/target/