-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (29 loc) · 639 Bytes
/
.gitignore
File metadata and controls
36 lines (29 loc) · 639 Bytes
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
# Please keep in mind:
# - If you need to ignore files on your local machine only, please use .git/info/exclude instead .gitignore
# - Project specified ignore rules must be located in project directory only
# Eclipse project files
.settings
.classpath
.project
.metadata
# IntelliJ Idea project files
.idea
*.iml
*.ipr
*.iws
# Netbeans project files
nbproject
# Always ignore these directories/files
target
logs
antarcticle-view/antarcticle-web-view/overlays
# Maven release plugin files
release.properties
pom.xml.releaseBackup
# Android files
gen
build.xml
local.properties
proguard-project.txt
project.properties
ant.properties