mirror of https://github.com/sbt/sbt.git
gitignore. Add pants files to gitignore (#751)
This commit is contained in:
parent
7a38d1de40
commit
796ec19493
|
|
@ -4,3 +4,8 @@ node_modules/
|
||||||
|
|
||||||
# tut backups?
|
# tut backups?
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
|
# pants
|
||||||
|
.pants.d
|
||||||
|
.pants.workdir.file_lock
|
||||||
|
.pids
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue