-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
75 lines (63 loc) · 915 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# https://github.com/github/gitignore
# Papyrus
# =========================
*.pas
*.pex
# Adobe
# =========================
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# Build and User Settings
bin/
bin-debug/
bin-release/
obj/
.settings/
# Adobe Flash & Actionscript
*.swf
*.html
*.air
*.ipa
*.apk
*.cache
*.tmp
# Adobe Air
*META-INF*
*.vch
*.p12
*.umlj
*.mobileprovision
*.app
*.epd
# Archives
# =========================
*.7z
*.rar
*.tar
*.zip
# Windows
# =========================
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.exe
*.dll
*.cab
*.msi
*.msm
*.msp
*.lnk
# Apple OSX
# =========================
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.Spotlight-V100
.Trashes
.DS_Store
.AppleDouble
.LSOverride