Skip to content
Snippets Groups Projects
Commit d7cd6243 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update gitignore

parent a7d19d5c
Branches
No related merge requests found
###
# GitIgnore file for JavaScript/NodeJs Language projects.
# See https://git-scm.com/docs/gitignore for documentation.
#
# https://git.brandon-rodriguez.com/other/gitignore
# Version 1.0
##
# Do not track local environment settings.
.venv/
.vscode/
# Ignore system files.
.DS_Store
Thumbs.db
# Ignore environment settings.
.env/
.idea/
.vs/
.vscode/
.env
dist/
env/
idea/
node_modules/
temp/
venv/
package-lock.json
vs/
vscode/
config.js
# Do not track local environment logs.
# Ignore temporary files.
[Tt]mp/
[Tt]emp/
[Tt]empfiles/
[Tt]emp_files/
*.tmp
*.temp
# Ignore logfiles.
[Ll]og/
[Ll]ogs/
*.log
*.log.*
###
# Project-specific ignores go below here.
##
package-lock.json
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment