Merge "File/folder add/delete"
[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 # Added for Intellij IDEA IDE
87 **/*.ipr
88 **/*.iws
89 **/debug-logs/*
90 **/.idea/*
91 **/*.iml
92 **/*.project
93 **/.springBeans
94
95 # Target dirs in all projects
96 **/target-ide/*
97 **/target/*
98 **/logs/*
99 **/tokens/*
100
101 # Public site
102 */**/package-lock.json
103 cds-ui/server/public
104
105 # Python generated class
106 **/*py.class
107
108 MacOS
109 **/.DS_Store
110
111 # To Remove Kotlin Script Generated Jars
112 **/*cba-kts.jar