Skip to content

Commit

Permalink
feat: adds temp IDEs files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncal committed Jan 16, 2024
1 parent 6afe727 commit d728108
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# IDEs and editors
*.iml
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

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

# Dependencies
/node_modules

Expand Down

0 comments on commit d728108

Please sign in to comment.