Add .nova to gitignore
To enable the crystal formatting, the extension saves the crystal path to a .nova folder. These paths are specific to my computer so I don't need to store them in the repo
This commit is contained in:
parent
7cda16cef1
commit
210f212116
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@ start_server
|
||||||
/public/mix-manifest.json
|
/public/mix-manifest.json
|
||||||
/node_modules
|
/node_modules
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
.nova
|
||||||
|
|
Loading…
Reference in a new issue