forked from mariohmol/brigadistas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (50 loc) · 886 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
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
.env
.idea/
.sass-cache/
.versions/
coverage/
dist/
node_modules/
tmp/
temp/
www/build/
$RECYCLE.BIN/
typings/globals/
typings/modules/
!brigadistacivil/platforms/android/project.properties
upload/
#cordova
plugins/
plugins2/
bower_components/
brigadistacivil/*.cer
brigadistacivil/*.pem
brigadistacivil/*.p12
brigadistacivil/node_modules/
brigadistacivil/resources/*
brigadistacivil/resources/android/**/*
brigadistacivil/resources/ios/**/*
server/config/*.p8
# general
.vscode
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
# Tests
test/.build/
test/.bundles/
.awcache/
# Desktop electron
brigadistacivil/BrigadistasLinux*
brigadistacivil/BrigadistasOSX-*
brigadistacivil/BrigadistasWin*