-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
90 lines (81 loc) · 1 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
# Windows system files
$RECYCLE.BIN/
Thumbs.db
Thumbs.db:encryptable
[Dd]esktop.ini
ehthumbs.db
ehthumbs_vista.db
hs_err_pid*
# macOS system files
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store
.DocumentRevisions-V100
.Icon
.LSOverride
.Network Trash Folder
.Spotlight-V100
.Temporary Items
.TemporaryItems
.Trash-*
.Trashes
.VolumeIcon.icns
._*
.apdisk
.com.apple.timemachine.donotpresent
.fseventsd
.fuse_hidden*
# IDE and editor folders
.buildpath/
.classpath/
.gradle/
.idea/
.project/
.settings/
*.iml
*.ipr
*.iws
*.sublime-project
*.sublime-workspace
# Java compiled files
*.class
*.ear
*.nar
*.war
# Maven files
.mvn/
build/
out/
run/
target/
.flattened-pom.xml
buildNumber.properties
dependency-reduced-pom.xml
pom.xml.next
pom.xml.releaseBackup
pom.xml.tag
pom.xml.versionsBackup
release.properties
# Package files
*.cab
*.msi
*.msix
*.msm
*.msp
# Log and temporary files
*.ctxt
*.lnk
*.log
*.stackdump
*~
.nfs*
.tm_*
# Misc
machinet.conf
# Node.js
/node_modules/
/package-lock.json
# Yarn
/yarn.lock
/.run/