Generate dependency list
[ccsdk/cds.git] / .gitignore
1 # Node.js
2 **/node
3
4 # Python
5 **/*.pyc
6
7 **/.apt_generated
8 # Logs
9 logs
10 *.log
11 *.log.*
12 npm-debug.log*
13 yarn-debug.log*
14 yarn-error.log*
15
16 # Runtime data
17 pids
18 *.pid
19 *.seed
20 *.pid.lock
21
22 # Directory for instrumented libs generated by jscoverage/JSCover
23 lib-cov
24
25 # Coverage directory used by tools like istanbul
26 coverage
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/)
35 bower_components
36
37 # node-waf configuration
38 .lock-wscript
39
40 # Compiled binary addons (https://nodejs.org/api/addons.html)
41 build/Release
42
43 # Dependency directories
44 node_modules/
45 jspm_packages/
46 dist/
47 dist10/
48
49 # TypeScript v1 declaration files
50 typings/
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/
91
92 # Microservices
93
94 .classpath
95 .settings/
96
97 # Target dirs in all projects
98 **/target-ide/*
99 **/target/*
100 **/logs/*
101 **/tokens/*
102 **/lib/cachedir/**
103
104 # Added for Intellij IDEA IDE
105 **/*.ipr
106 **/*.iws
107 **/debug-logs/*
108 **/.idea/*
109 **/*.iml
110 **/*.project
111 **/.springBeans
112 **/.factorypath
113 **/.directory
114
115 **/transaction.log
116 **/*versionsBackup
117 **/blackDuckHub*
118 **/*.jsonld
119 **/.checkstyle
120
121 **/*.log
122 **/*py.class
123 **/.DS_Store
124
125 # To Remove Kotlin Script Generated Jars
126 **/*cba-kts.jar
127
128 # 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
144 */**/package-lock.json
145 cds-ui/server/public
146
147 # Python generated class
148 **/*py.class
149 **/venv
150
151 MacOS
152 **/.DS_Store
153
154 # To Remove Kotlin Script Generated Jars
155 **/*cba-kts.jar
156 **/application/blueprints
157 /target/
158
159 # Generated dependency list
160 direct-dependencies.txt