18 lines
224 B
Plaintext
18 lines
224 B
Plaintext
atlassian-ide-plugin.xml
|
|
|
|
## Ignore svn files
|
|
.svn
|
|
|
|
target
|
|
|
|
## Ignore project files created by Eclipse
|
|
.settings
|
|
.project
|
|
.classpath
|
|
|
|
## Ignore project files created by IntelliJ IDEA
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea
|