1
0
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:
Daniel Rothmaler 2014-05-27 22:16:19 +02:00
parent 097db81c08
commit 71bb7388ea

View File

@ -1,20 +1,23 @@
# 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
.idea/
# if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# **/.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
# **/.idea/dataSources.ids
# **/.idea/dataSources.xml
# **/.idea/sqlDataSources.xml
# **/.idea/dynamic.xml
## File-based project format
*.ipr
*.iws
*.iml
# if you remove the above rules, at least ignore user-specific stuff:
*.iws
## Additional for IntelliJ
out/