Update gitignore

This commit is contained in:
Gabriel Augendre 2017-08-10 21:31:44 +02:00
parent 309a46c778
commit 91f7d16b4e
No known key found for this signature in database
GPG Key ID: F360212F958357D4
1 changed files with 2 additions and 17 deletions

19
.gitignore vendored
View File

@ -33,22 +33,7 @@ Temporary Items
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
# Gradle:
.idea/**/gradle.xml
.idea/**/libraries
.idea
# CMake
cmake-build-debug/
@ -176,7 +161,7 @@ celerybeat-schedule
.env
# virtualenv
.venv
.venv*
venv/
ENV/