mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Ignoring "bld" directory
Store apps (or at least the Javascript ones) build to a "bld" directory. Although "debug" and "release" are ignored, any custom build Configuration (created through configuration manager) will be added, unless we ignore the whole bld dir.
This commit is contained in:
parent
0aeefb48c0
commit
0b0b674563
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
[Rr]elease/
|
||||
x64/
|
||||
build/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue