Skip to content

Commit 2fea1b6

Browse files
committed
Merge pull request #831 from arcresu/idea
Consolidate various IDE tempates into Global/JetBrains template
2 parents 9463c86 + 4f659df commit 2fea1b6

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

Android.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ local.properties
2121

2222
# Proguard folder generated by Eclipse
2323
proguard/
24-
25-
# Intellij project files
26-
*.iml
27-
*.ipr
28-
*.iws
29-
.idea/

Global/IntelliJ.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

Global/JetBrains.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/tasks.xml
8+
# and these sensitive or high-churn files:
9+
# .idea/dataSources.ids
10+
# .idea/dataSources.xml
11+
# .idea/sqlDataSources.xml
12+
# .idea/dynamic.xml
13+
14+
## File-based project format
15+
*.ipr
16+
*.iws
17+
*.iml
18+
19+
## Additional for IntelliJ
20+
out/

Global/PhPStorm.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

Global/PyCharm.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

Global/RubyMine.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

Objective-C.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ xcuserdata
1616
profile
1717
*.moved-aside
1818
DerivedData
19-
.idea/
2019
*.hmap
2120
*.xccheckout
2221

0 commit comments

Comments
 (0)