Fix: Run both sonar and clm scans in parallel
[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 # Added for Visual Studio Code
116 .vscode
117
118 **/transaction.log
119 **/*versionsBackup
120 **/blackDuckHub*
121 **/*.jsonld
122 **/.checkstyle
123
124 **/*.log
125 **/*py.class
126 **/.DS_Store
127
128 # To Remove Kotlin Script Generated Jars
129 **/*cba-kts.jar
130
131 # 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
147 cds-ui/server/public
148
149 # Python generated class
150 **/*py.class
151 **/venv
152
153 MacOS
154 **/.DS_Store
155
156 # To Remove Kotlin Script Generated Jars
157 **/*cba-kts.jar
158 **/application/blueprints
159 /target/
160
161 # Generated dependency list
162 direct-dependencies.txt