Skip to content

Commit aa00e7f

Browse files
committed
Add an IDEA template to cover all related IDEs
1 parent 03de45f commit aa00e7f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Global/IDEA.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode
2+
3+
## Directory-based project format
4+
.idea/
5+
# if you remove the above rule, at least ignore user-specific stuff:
6+
# .idea/workspace.xml
7+
# .idea/dataSources.ids
8+
# .idea/dataSources.xml
9+
# .idea/sqlDataSources.xml
10+
# .idea/dynamic.xml
11+
12+
## File-based project format
13+
*.ipr
14+
*.iws
15+
*.iml

0 commit comments

Comments
 (0)