Skip to content

Commit 200805e

Browse files
committed
redefined ignored files in .gitignore
1 parent 4baf804 commit 200805e

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.gitignore

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
atlassian-ide-plugin.xml
2+
target
3+
.idea
4+
.classpath
5+
.project
6+
.settings
7+
.checkstyle
8+
*.iml
9+
*.ipr
10+
*.iws
111
*.class
2-
3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
10-
11-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12-
hs_err_pid*
12+
bin
13+
.vlt
14+
.vlt-sync-config.properties
15+
.vlt-sync.log
16+
.DS_Store

0 commit comments

Comments
 (0)