-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
109 lines (88 loc) · 1.94 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
/typedoc
/apps/docs/src/assets/typedoc
/apps/docs/src/assets/README.md
/apps/docs/src/assets/CORE_README.md
/apps/docs/src/assets/NEW_COMPONENT.md
/apps/docs/src/assets/PLATFORM_README.md
/apps/docs/src/assets/NEW_PLATFORM_COMPONENT.md
/apps/docs/src/assets/*.css
# dependencies
**/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
report.*.json
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db
# Ignore .gitignore, target, dist and tmp folders
.gitignore
tmp
temp
target
dist
.port
# Ignore default target directory for the npm package 'ui5-codecompletion'
.ui5
# Ignore npm files/folders
node_modules
npm-debug.log
package-lock.json
# 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/
.idea/
# Ignore yarn files
yarn-error.log*
yarn-debug.log*
.yarn-integrity
# Ignore default target directory for the npm package 'ui5-schemas'
.tmp
# Ignore rollup CJS output file of icon-collection-bundler
icon-collection-bundler.cjs.js
# Playground
packages/playground/_site/
packages/playground/.sass-cache/
packages/playground/assets/js/ui5-webcomponents/
packages/playground/docs/components
!packages/playground/docs/components/component.md
packages/playground/docs/documentation
!packages/playground/docs/documentation/documentation.md
packages/playground/docs/tutorials
!packages/playground/docs/tutorials/tutorials.md
packages/playground/docs/pages/content/main/*
packages/playground/docs/pages/content/fiori/*