Anyone with a good curated gitignore file that exc...
# suitescript
a
Anyone with a good curated gitignore file that exclude project, and hidden .(hidden files), node, webstorm and what not?
e
I typically just use the default
node
ignore file in github
👍 2
There's a gigantic list here: https://github.com/github/gitignore
👀 1
a
Ohh boy lol...
m
Copy code
.idea
node_modules/
project.json
This covers everything for me