Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
ignore more IDE generated config files
ignore package manager log files
  • Loading branch information
geromegrignon committed Oct 2, 2021
1 parent 8dbd677 commit c73c995
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,32 @@

# dependencies
/node_modules
/bower_components
/dist

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*


#System Files
.DS_Store
Thumbs.db


#log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit c73c995

Please sign in to comment.