Files
NodeJS-Video-Streamer/.gitignore
Johnathon Slightham 83c4742037 Initial Push
2020-12-20 22:46:29 -05:00

24 lines
231 B
Plaintext

.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?