Add Git ignore file to the tmp directory
The sanity process generates a lot of temporary files in the tmp directory. These display as untracked changes in Git and make it a lot harder to view only actual changes to the repository.
This commit is contained in:
3
tmp/.gitignore
vendored
Normal file
3
tmp/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!db-update
|
||||||
Reference in New Issue
Block a user