Add .idea to gitignore

This commit is contained in:
vic 2012-08-28 14:56:05 +04:00 committed by BeachHead Jenkins CI
parent 4ab1bfa8a7
commit 7a6e433706
1 changed files with 19 additions and 17 deletions

36
.gitignore vendored
View File

@ -1,17 +1,19 @@
*.pyc
*.sqlite
# vim swap files
.*.swp
# services' runtime files
*.log
*.pid
*.json
# Vagrant housekeeping file
/.vagrant
/build
/test/nosetests.xml
lock
*.pyc
*.sqlite
# vim swap files
.*.swp
# services' runtime files
*.log
*.pid
*.json
# Vagrant housekeeping file
/.vagrant
/build
/test/nosetests.xml
lock
.idea