Skip to content

Commit

Permalink
chore: remove editor/os specific gitignore rules
Browse files Browse the repository at this point in the history
This should be done by every developer in the global gitignore file
depending on whether they are on MacOS or use IntelliJ or whatever, it
should not be part of this project-specific .gitignore file.
  • Loading branch information
ctavan committed Feb 7, 2020
1 parent f5f6161 commit b962222
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
*.sw*
.idea/**
.DS_Store
node_modules
tmp
node_modules/
dist/
# Browserstack
browserstack.err
Expand Down

0 comments on commit b962222

Please sign in to comment.