diff options
author | Carl Suster <code@contraflo.ws> | 2013-11-09 08:14:41 +1100 |
---|---|---|
committer | Carl Suster <code@contraflo.ws> | 2013-11-09 08:14:41 +1100 |
commit | 9ae01d0b642e9513bd8995baf7ab6753a86d064b (patch) | |
tree | d622dfd0d7f5c146f2b17617f4e20951c9a07bb4 /Global/JetBrains.gitignore | |
parent | af886f72c89463389b476ef4c94f9c0d847be217 (diff) | |
download | gitignore-9ae01d0b642e9513bd8995baf7ab6753a86d064b.tar.gz gitignore-9ae01d0b642e9513bd8995baf7ab6753a86d064b.zip |
Rename template IDEA->JetBrains
Diffstat (limited to 'Global/JetBrains.gitignore')
-rw-r--r-- | Global/JetBrains.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore new file mode 100644 index 00000000..9f20c505 --- /dev/null +++ b/Global/JetBrains.gitignore @@ -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/ |