Exclude editor backups from Git.
This commit is contained in:
parent
70a781fa5a
commit
5b4dce5983
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,6 +9,7 @@ include/jquery-1.4.2.min.js
|
|||
favicon.*
|
||||
home.html
|
||||
addon
|
||||
*.orig
|
||||
*~
|
||||
robots.txt
|
||||
|
||||
|
@ -57,4 +58,4 @@ venv/
|
|||
/view/asset
|
||||
|
||||
#ignore config files from JetBrains
|
||||
/.idea
|
||||
/.idea
|
||||
|
|
Loading…
Reference in a new issue