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