Added .gitignore for node_modules and other files

This commit is contained in:
FrankSafelite 2021-09-21 08:34:57 -04:00
parent 53b887d36c
commit 6e0ad579b7
2 changed files with 27 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Misc
coverage/*
junit.xml