Skip to content

Commit aad6bfd

Browse files
committed
chore: remove editor/os specific gitignore rules
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.
1 parent f5f6161 commit aad6bfd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitignore

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
*.sw*
2-
.idea/**
3-
.DS_Store
4-
node_modules
5-
tmp
1+
node_modules/
62
dist/
73
# Browserstack
84
browserstack.err

0 commit comments

Comments
 (0)