Skip to content

Commit 2d571ba

Browse files
committed
added ignore file for git
1 parent c66e5be commit 2d571ba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
atlassian-ide-plugin.xml
2+
3+
## Ignore svn files
4+
.svn
5+
6+
## ignore any target dir
7+
target
8+
9+
##ignore only top level data dir - local node data files for unit tests
10+
/data
11+
12+
## Ignore project files created by Eclipse
13+
.settings
14+
.project
15+
.classpath
16+
17+
## Ignore project files created by IntelliJ IDEA
18+
*.iml
19+
*.ipr
20+
*.iws
21+
.idea

0 commit comments

Comments
 (0)