Merge "CDS-SDC Listener application"
[ccsdk/cds.git] / .gitignore
1 # Node.js
2 **/node
3
4 # Logs
5 logs
6 *.log
7 npm-debug.log*
8 yarn-debug.log*
9 yarn-error.log*
10
11 # Runtime data
12 pids
13 *.pid
14 *.seed
15 *.pid.lock
16
17 # Directory for instrumented libs generated by jscoverage/JSCover
18 lib-cov
19
20 # Coverage directory used by tools like istanbul
21 coverage
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/)
30 bower_components
31
32 # node-waf configuration
33 .lock-wscript
34
35 # Compiled binary addons (https://nodejs.org/api/addons.html)
36 build/Release
37
38 # Dependency directories
39 node_modules/
40 jspm_packages/
41 dist/
42
43 # TypeScript v1 declaration files
44 typings/
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/
85
86 # 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
119 # 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
136 cds-ui/server/public
137
138 # Python generated class
139 **/*py.class
140
141 MacOS
142 **/.DS_Store
143
144 # To Remove Kotlin Script Generated Jars
145 **/*cba-kts.jar