Add .idea to .gitignore
Signed-off-by: Tobias Eidelpes <tobias@eidelpes.info>
This commit is contained in:
parent
b12f6199ce
commit
bec03e432f
20
.gitignore
vendored
20
.gitignore
vendored
@ -80,25 +80,6 @@ pickle-email-*.html
|
||||
# tilde files are usually backup files from a text editor
|
||||
*~
|
||||
|
||||
# User-specific stuff
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
|
||||
# Generated files
|
||||
.idea/**/contentModel.xml
|
||||
|
||||
# Sensitive or high-churn files
|
||||
.idea/**/dataSources/
|
||||
.idea/**/dataSources.ids
|
||||
.idea/**/dataSources.local.xml
|
||||
.idea/**/sqlDataSources.xml
|
||||
.idea/**/dynamic.xml
|
||||
.idea/**/uiDesigner.xml
|
||||
.idea/**/dbnavigator.xml
|
||||
|
||||
*.bak
|
||||
*.rbc
|
||||
.#*
|
||||
@ -109,3 +90,4 @@ pickle-email-*.html
|
||||
/html
|
||||
/pkg
|
||||
Gemfile.lock
|
||||
.idea
|
||||
Loading…
x
Reference in New Issue
Block a user