.gitignore: add /src/bin entry, to put personal binaries
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,5 @@
|
||||
out
|
||||
node_modules
|
||||
|
||||
# Some executable folder that are intended to be invoked on-the-fly.
|
||||
/src/bin
|
||||
|
||||
Reference in New Issue
Block a user