Merge "Modify CDS-UI server to allow communicating with external blueprint mS"
[ccsdk/cds.git] / .gitignore
1 # Node.js
2 **/node
3
4 # Python
5 **/*.pyc
6
7 # Logs
8 logs
9 *.log
10 *.log.*
11 npm-debug.log*
12 yarn-debug.log*
13 yarn-error.log*
14
15 # Runtime data
16 pids
17 *.pid
18 *.seed
19 *.pid.lock
20
21 # Directory for instrumented libs generated by jscoverage/JSCover
22 lib-cov
23
24 # Coverage directory used by tools like istanbul
25 coverage
26
27 # nyc test coverage
28 .nyc_output
29
30 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
31 .grunt
32
33 # Bower dependency directory (https://bower.io/)
34 bower_components
35
36 # node-waf configuration
37 .lock-wscript
38
39 # Compiled binary addons (https://nodejs.org/api/addons.html)
40 build/Release
41
42 # Dependency directories
43 node_modules/
44 jspm_packages/
45 dist/
46 dist10/
47
48 # TypeScript v1 declaration files
49 typings/
50
51 # Optional npm cache directory
52 .npm
53
54 # Optional eslint cache
55 .eslintcache
56
57 # Optional REPL history
58 .node_repl_history
59
60 # Output of 'npm pack'
61 *.tgz
62
63 # Yarn Integrity file
64 .yarn-integrity
65
66 # dotenv environment variables file
67 .env
68 .env.test
69
70 # parcel-bundler cache (https://parceljs.org/)
71 .cache
72
73 # next.js build output
74 .next
75
76 # nuxt.js build output
77 .nuxt
78
79 # vuepress build output
80 .vuepress/dist
81
82 # Serverless directories
83 .serverless/
84
85 # FuseBox cache
86 .fusebox/
87
88 # DynamoDB Local files
89 .dynamodb/
90
91 # Microservices
92
93 .classpath
94 .settings/
95
96 # Target dirs in all projects
97 **/target-ide/*
98 **/target/*
99 **/logs/*
100 **/tokens/*
101
102 # Added for Intellij IDEA IDE
103 **/*.ipr
104 **/*.iws
105 **/debug-logs/*
106 **/.idea/*
107 **/*.iml
108 **/*.project
109 **/.springBeans
110
111 **/*versionsBackup
112 **/blackDuckHub*
113 **/*.jsonld
114 **/.checkstyle
115 **/.gitignore
116
117 **/*.log
118 **/*py.class
119 **/.DS_Store
120
121 # To Remove Kotlin Script Generated Jars
122 **/*cba-kts.jar
123
124 # Added for Intellij IDEA IDE
125 **/*.ipr
126 **/*.iws
127 **/debug-logs/*
128 **/.idea/*
129 **/*.iml
130 **/*.project
131 **/.springBeans
132
133 # Target dirs in all projects
134 **/target-ide/*
135 **/target/*
136 **/logs/*
137 **/tokens/*
138
139 # Public site
140 */**/package-lock.json
141 cds-ui/server/public
142
143 # Python generated class
144 **/*py.class
145
146 MacOS
147 **/.DS_Store
148
149 # To Remove Kotlin Script Generated Jars
150 **/*cba-kts.jar
151 /target/