forked from neomjs/neo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (38 loc) · 1.03 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
# See http://help.github.com/ignore-files/ for more about ignoring files.
/apps/**/*.html
/apps/**/*.mjs
!/apps/realworld/index.html
!/apps/realworld/**/*.mjs
!/apps/realworld2/index.html
!/apps/realworld2/**/*.mjs
/buildScripts/webpack/entrypoints/myApps/**/*.mjs
!/buildScripts/webpack/entrypoints/myApps/RealWorld.mjs
!/buildScripts/webpack/entrypoints/myApps/RealWorld2.mjs
/buildScripts/webpack/development/json/myApps.json
/buildScripts/webpack/production/json/myApps.json
/dist/development/**/*.css
/dist/development/**/*.js
/dist/development/**/*.html
!/dist/development/docs/resources/**/*.css
!/dist/development/docs/resources/**/*.js
!/dist/development/docs/index.html
/dist/production/**/*.css
/dist/production/**/*.js
/dist/production/**/*.html
!/dist/production/docs/resources/**/*.css
!/dist/production/docs/resources/**/*.js
!/dist/production/docs/index.html
/docs/output
package-lock.json
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
*.launch
.settings
.vscode/
#System Files
.DS_Store
Thumbs.db