mirror of
https://github.com/danbulant/bpm
synced 2026-05-24 12:21:50 +00:00
Prevent comitting of tars/ and node_modules/
This commit is contained in:
parent
17dc0ac86d
commit
2769196545
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,8 @@
|
||||||
# BPM data
|
# BPM data
|
||||||
packages
|
packages
|
||||||
packages/*/
|
packages/*/
|
||||||
|
tars
|
||||||
|
node_modules
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue