blob: 7d0fd86f6f69630e92ed7dd67d6f206696fdf2fa [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
SINGAL, KAPIL (ks220y)8a5e40f2019-09-16 22:03:41 +0000115**/transaction.log
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -0400116**/*versionsBackup
117**/blackDuckHub*
118**/*.jsonld
119**/.checkstyle
Muthuramalingam, Brinda Santh3a2872a2019-03-22 17:21:30 -0400120
121**/*.log
122**/*py.class
123**/.DS_Store
124
125# To Remove Kotlin Script Generated Jars
126**/*cba-kts.jar
127
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400128# Added for Intellij IDEA IDE
129**/*.ipr
130**/*.iws
131**/debug-logs/*
132**/.idea/*
133**/*.iml
134**/*.project
135**/.springBeans
136
137# Target dirs in all projects
138**/target-ide/*
139**/target/*
140**/logs/*
141**/tokens/*
142
143# Public site
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400144cds-ui/server/public
145
146# Python generated class
147**/*py.class
Brinda Santh807fbaa2019-09-23 10:10:58 -0400148**/venv
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -0400149
150MacOS
151**/.DS_Store
152
153# To Remove Kotlin Script Generated Jars
154**/*cba-kts.jar
Brinda Santhef03bd42019-07-24 20:38:36 -0400155**/application/blueprints
Chandan Ghosh5d55c412019-04-09 15:18:05 +0530156/target/
SINGAL, KAPIL (ks220y)8a5e40f2019-09-16 22:03:41 +0000157
Timoney, Dan (dt5972)dc863f42019-12-11 12:28:44 -0500158# Generated dependency list
159direct-dependencies.txt