forked from Laurian/PLESPER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (34 loc) · 881 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
# https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
.DS_Store?
.DS_Store
Icon?
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# https://github.com/github/gitignore/blob/master/Global/NetBeans.gitignore
nbproject/
# https://github.com/github/gitignore/blob/master/Maven.gitignore
target/
# https://github.com/github/gitignore/blob/master/Java.gitignore
*.class
# https://github.com/github/gitignore/blob/master/Global/TextMate.gitignore
*.tmproj
*.tmproject
tmtags
# https://github.com/github/gitignore/blob/master/Global/Vi.gitignore
*.swp
*.swo
# https://github.com/github/gitignore/blob/master/Global/vim.gitignore
.*.sw[a-z]
*.un~
# compass css
.sass-cache/
# custom prefixes
~~*
/Brand/src/main/webapp/WEB-INF/.sass-cache/
/Brand/target/
# live reload
.livereload
/webapp/src/main/filters/api-keys.properties