forked from angular-starter-kit/starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·60 lines (50 loc) · 846 Bytes
/
.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
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
## Web
node_modules/
/.tmp/
/dist/
.sass-cache
.idea/
.npm-debug.log
## Karma
/reports/
## Mobile
/www/
/release/*.*
/sign/**/*.*
## Cordova
/plugins/*.json
platforms/**/build/
platforms/**/www
ant-build/
ant-gen/
platforms/android/assets/www
platforms/android/bin/
platforms/android/gen/
platforms/android/res/xml/config.xml
platforms/android/.gradle/
platforms/ios/*/config.xml
platforms/ios/.staging
platforms/ios/cordova/console.log
## Crosswalk
/engine/
/plugins/org.crosswalk.engine/
/plugins/cordova-plugin-crosswalk-webview/
## Mac
.DS_Store
## IntelliJ / Webstorm
*.iml
*.iws
*.idea/*
!.idea/runConfigurations/
!.idea/codeStyleSettings.xml
## Xcode
xcuserdata/
## Eclipse
.classpath
.project
.settings/
## Maven
target/
log/