Update .gitignore

This commit is contained in:
breandan 2015-08-18 17:02:48 -04:00
parent 6373a4b9e8
commit c17649fc37

31
.gitignore vendored
View File

@ -1,3 +1,32 @@
_site
### Jekyll template
_site/
.sass-cache/
.jekyll-metadata
_includes
.bundle/
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
*.iml
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
## File-based project format:
*.ipr
*.iws