mirror of
https://github.com/github/gitignore
synced 2024-12-04 01:15: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
|
||||
# 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/
|
||||
|
Loading…
Reference in New Issue
Block a user