Add '/build' folders to .gitignore
This commit is contained in:
parent
d1e577aec9
commit
bc189546b3
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,6 +6,9 @@ hs_err_pid*
|
|||
|
||||
## Intellij
|
||||
out/
|
||||
build/
|
||||
storage/build/
|
||||
contactsbackup/build/
|
||||
/lib/
|
||||
.idea/*
|
||||
!.idea/runConfigurations*
|
||||
|
|
Loading…
Reference in a new issue