1
0
Fork 0
mirror of synced 2024-06-28 02:50:24 +12:00

ignore node cruft in output folder during init

This commit is contained in:
Nick Sweeting 2020-08-18 18:20:26 -04:00
parent bd1ebf6fe5
commit 5cb13ff1dd

View file

@ -114,6 +114,8 @@ ALLOWED_IN_OUTPUT_DIR = {
'venv',
'virtualenv',
'.virtualenv',
'node_modules',
'package-lock.json',
ARCHIVE_DIR_NAME,
SOURCES_DIR_NAME,
LOGS_DIR_NAME,