blob: c3809a5fbfa557214d595757c76ca68f6f438a06 [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
SINGAL, KAPIL (ks220y)8a5e40f2019-09-16 22:03:41 +00007**/.apt_generated
Sylvain Desbureauxae7b27a2019-02-14 13:45:22 +01008# Logs
9logs
10*.log
Muthuramalingam, Brinda Santhcb741392019-03-27 20:20:34 -040011*.log.*
Sylvain Desbureauxae7b27a2019-02-14 13:45:22 +010012npm-debug.log*
13yarn-debug.log*
14yarn-error.log*
15
16# Runtime data
17pids
18*.pid
19*.seed
20*.pid.lock
21
22# Directory for instrumented libs generated by jscoverage/JSCover
23lib-cov
24
25# Coverage directory used by tools like istanbul
26coverage
27
28# nyc test coverage
29.nyc_output
30
31# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
32.grunt
33
34# Bower dependency directory (https://bower.io/)
35bower_components
36
37# node-waf configuration
38.lock-wscript
39
40# Compiled binary addons (https://nodejs.org/api/addons.html)
41build/Release
42
43# Dependency directories
44node_modules/
45jspm_packages/
46dist/
Nirvan Ramjuttun087d4b62019-05-07 12:39:19 -040047dist10/
Sylvain Desbureauxae7b27a2019-02-14 13:45:22 +010048
49# TypeScript v1 declaration files
50typings/
51
52# Optional npm cache directory
53.npm
54
55# Optional eslint cache
56.eslintcache
57
58# Optional REPL history
59.node_repl_history
60
61# Output of 'npm pack'
62*.tgz
63
64# Yarn Integrity file
65.yarn-integrity
66
67# dotenv environment variables file
68.env
69.env.test
70
71# parcel-bundler cache (https://parceljs.org/)
72.cache
73
74# next.js build output
75.next
76
77# nuxt.js build output
78.nuxt
79
80# vuepress build output
81.vuepress/dist
82
83# Serverless directories
84.serverless/
85
86# FuseBox cache
87.fusebox/
88
89# DynamoDB Local files
90.dynamodb/
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040091
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -040092# Microservices
93
94.classpath
95.settings/
96
97# Target dirs in all projects
98**/target-ide/*
99**/target/*
100**/logs/*
101**/tokens/*
SINGAL, KAPIL (ks220y)8a5e40f2019-09-16 22:03:41 +0000102**/lib/cachedir/**
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -0400103
104# Added for Intellij IDEA IDE
105**/*.ipr
106**/*.iws
107**/debug-logs/*
108**/.idea/*
109**/*.iml
110**/*.project
111**/.springBeans
Brinda Santhef03bd42019-07-24 20:38:36 -0400112**/.factorypath
SINGAL, KAPIL (ks220y)8a5e40f2019-09-16 22:03:41 +0000113**/.directory
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -0400114
Dan Timoneyc82f01e2021-08-23 15:51:45 -0400115# Added for Visual Studio Code
116.vscode
117
SINGAL, KAPIL (ks220y)8a5e40f2019-09-16 22:03:41 +0000118**/transaction.log
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -0400119**/*versionsBackup
120**/blackDuckHub*
121**/*.jsonld
122**/.checkstyle
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -0400123
124**/*.log
125**/*py.class
126**/.DS_Store
127
128# To Remove Kotlin Script Generated Jars
129**/*cba-kts.jar
130
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400131# Added for Intellij IDEA IDE
132**/*.ipr
133**/*.iws
134**/debug-logs/*
135**/.idea/*
136**/*.iml
137**/*.project
138**/.springBeans
139
140# Target dirs in all projects
141**/target-ide/*
142**/target/*
143**/logs/*
144**/tokens/*
145
146# Public site
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400147cds-ui/server/public
148
149# Python generated class
150**/*py.class
Brinda Santh807fbaa2019-09-23 10:10:58 -0400151**/venv
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400152
153MacOS
154**/.DS_Store
155
156# To Remove Kotlin Script Generated Jars
157**/*cba-kts.jar
Brinda Santhef03bd42019-07-24 20:38:36 -0400158**/application/blueprints
Chandan Ghosh5d55c412019-04-09 15:18:05 +0530159/target/
SINGAL, KAPIL (ks220y)8a5e40f2019-09-16 22:03:41 +0000160
Timoney, Dan (dt5972)dc863f42019-12-11 12:28:44 -0500161# Generated dependency list
162direct-dependencies.txt