mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
Added some documentation and fixed subdirectory ignores
This commit is contained in:
parent
097db81c08
commit
71bb7388ea
@ -1,20 +1,23 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
||||||
|
# See https://intellij-support.jetbrains.com/entries/23393067 for more
|
||||||
|
# information on how to manage projects under Version Control Systems
|
||||||
|
|
||||||
## Directory-based project format
|
## Directory-based project format
|
||||||
.idea/
|
.idea/
|
||||||
# if you remove the above rule, at least ignore user-specific stuff:
|
# if you remove the above rule, at least ignore user-specific stuff:
|
||||||
# .idea/workspace.xml
|
# **/.idea/workspace.xml
|
||||||
# .idea/tasks.xml
|
# **/.idea/tasks.xml
|
||||||
# and these sensitive or high-churn files:
|
# and these sensitive or high-churn files:
|
||||||
# .idea/dataSources.ids
|
# **/.idea/dataSources.ids
|
||||||
# .idea/dataSources.xml
|
# **/.idea/dataSources.xml
|
||||||
# .idea/sqlDataSources.xml
|
# **/.idea/sqlDataSources.xml
|
||||||
# .idea/dynamic.xml
|
# **/.idea/dynamic.xml
|
||||||
|
|
||||||
## File-based project format
|
## File-based project format
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
|
||||||
*.iml
|
*.iml
|
||||||
|
# if you remove the above rules, at least ignore user-specific stuff:
|
||||||
|
*.iws
|
||||||
|
|
||||||
## Additional for IntelliJ
|
## Additional for IntelliJ
|
||||||
out/
|
out/
|
||||||
|
Loading…
Reference in New Issue
Block a user