mirror of
https://github.com/github/gitignore
synced 2025-07-03 20:08:25 +02:00
Merge pull request #831 from arcresu/idea
Consolidate various IDE tempates into Global/JetBrains template
This commit is contained in:
commit
2fea1b6b92
7 changed files with 20 additions and 18 deletions
|
@ -1,5 +0,0 @@
|
|||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
out/
|
20
Global/JetBrains.gitignore
Normal file
20
Global/JetBrains.gitignore
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode
|
||||
|
||||
## Directory-based project format
|
||||
.idea/
|
||||
# if you remove the above rule, at least ignore user-specific stuff:
|
||||
# .idea/workspace.xml
|
||||
# .idea/tasks.xml
|
||||
# and these sensitive or high-churn files:
|
||||
# .idea/dataSources.ids
|
||||
# .idea/dataSources.xml
|
||||
# .idea/sqlDataSources.xml
|
||||
# .idea/dynamic.xml
|
||||
|
||||
## File-based project format
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
|
||||
## Additional for IntelliJ
|
||||
out/
|
|
@ -1 +0,0 @@
|
|||
.idea/
|
|
@ -1,4 +0,0 @@
|
|||
# PyCharm
|
||||
# http://www.jetbrains.com/pycharm/webhelp/project.html
|
||||
.idea
|
||||
.iml
|
|
@ -1 +0,0 @@
|
|||
.idea/workspace.xml
|
Loading…
Add table
Add a link
Reference in a new issue