forked from SAP/openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (46 loc) · 1.05 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Ignore .gitignore, target, dist and tmp folders
lib/jsdoc/target
src/*/.gitignore
src/*/target/
src/*/dist/
src/*/coverage/
/target
/tmp
# Ignore default target directory for the npm package 'ui5-codecompletion'
.ui5
# Ignore Eclipse project and settings files
.classpath
.settings
.project
.externalToolBuilders
# Ignore IntelliJ project and settings files
.idea
*.iml
# Ignore temp folders
grunt/bin
# Ignore npm files/folders
node_modules
npm-debug.log
package-lock.json
# Ignore bower folder
bower_components
# Ignore Mac files
.DS_Store
# Ignore Visual Studio project and settings files
*.sln
*.suo
web.config
/.user.project.json
/sap-ui-cachebuster-info.json
# Ignore Visual Studio Code project and settings files
.vscode/
# Ignore yarn files
yarn-error.log*
yarn-debug.log*
.yarn-integrity
# Ignore documentation artifacts
src/testsuite/src/main/webapp/documentation-config.js
src/testsuite/src/main/webapp/docs/
src/sap.ui.documentation/src/sap/ui/documentation/sdk/model/data/guide/
# Ignore default target directory for the npm package 'ui5-schemas'
.tmp