mirror of
https://github.com/danbulant/bpm
synced 2026-05-19 04:08:47 +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
|
||||
packages
|
||||
packages/*/
|
||||
tars
|
||||
node_modules
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
|
|
|||
Loading…
Reference in a new issue