feat(gitignore): Ignore VSCode & Webstorm history directories (#38)
Committing history and other IDE/Editor files make problem in team projects.
This commit is contained in:
parent
fd621ca5ae
commit
44d80187c6
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -10,3 +10,7 @@ tmp
|
||||||
|
|
||||||
# The development sqlite file
|
# The development sqlite file
|
||||||
database/development.sqlite
|
database/development.sqlite
|
||||||
|
|
||||||
|
# VSCode & Webstorm history directories
|
||||||
|
.history
|
||||||
|
.idea
|
||||||
|
|
Loading…
Reference in New Issue
Block a user