Skip to content

Commit 776ea25

Browse files
authored
Merge pull request #100 from ebaynaud/EBA_Improve_Gitignore
Ignore idea Jetbrains IDE files and DS_Store MacOS files
2 parents 55059a3 + f5c95b9 commit 776ea25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@ jspm_packages
3636
# Optional REPL history
3737
.node_repl_history
3838

39+
# IDEs files
3940
.vscode
41+
.idea
42+
43+
# MacOS files
44+
.DS_Store

0 commit comments

Comments
 (0)