Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 0555c75

Browse files
authored
Add install.json from nodecg-io-cli to .gitignore (#242)
This file is created by the nodecg-io cli when you create a install and saves what you have selected there. In case you create a development install git will say that this file is untracked because it is not checked in and not gitignored. This file should not be commited so this PR adds it to the `.gitignore` file.
1 parent 590c051 commit 0555c75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ package.json.lerna_backup
3333
# Documentation
3434
docs/
3535

36-
#lerna debug
36+
# lerna debug
3737
lerna-debug.log
38+
39+
# nodecg-io-cli install details. Created when installing development version using nodecg-io install.
40+
install.json

0 commit comments

Comments
 (0)