-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
95 lines (69 loc) · 2.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
91
92
93
94
95
##### Windows #####
# See: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
## Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
##### OSX #####
# See: https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
.DS_Store
.AppleDouble
.LSOverride
*.swp
# Thumbnails
._*
## Files that might appear on external disk
.Spotlight-V100
.Trashes
##### JetBrains #####
# See: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore and http://jetbrains.dzone.com/articles/sharing-intellij-idea-project
.idea/
## File-based project format
*.ipr
*.iml
*.iws
## Additional for IntelliJ
# generated by mpeltonen/sbt-idea plugin
.idea_modules/
# generated by JIRA plugin
atlassian-ide-plugin.xml
# generated by Crashlytics plugin (for Android Studio and Intellij)
com_crashlytics_export_strings.xml
##### Xcode #####
# See: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# NB: if you are storing "built" products, this WILL NOT WORK,
# and you should use a different .gitignore (or none at all)
# This file is for SOURCE projects, where there are many extra
# files that we want to exclude
## Xcode temporary files that should never be committed
# NB: NIB/XIB files still exist even on Storyboard projects, so we want this...
*~.nib
## Xcode build files -
# NB: slash on the end, so we only remove the FOLDER, not any files that were badly named "DerivedData"
DerivedData/
# NB: slash on the end, so we only remove the FOLDER, not any files that were badly named "build"
build/
## Xcode 4 - Deprecated classes
# Allegedly, if you manually "deprecate" your classes, they get moved here.
# We're using source-control, so this is a "feature" that we do not want!
*.moved-aside
##### Maven #####
# See: https://github.com/github/gitignore/blob/master/Maven.gitignore
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
# WAR Overlays
overlays/
##### Gradle #####
.gradle
##### Liferay Specifics #####
.sass-cache
.sass_cache_*.css
_sass_cache_*.css
test-system