Skip to content

Commit

Permalink
Add .vscode to .gitignore
Browse files Browse the repository at this point in the history
The rest of the projects are easily configurable with flixel-tools' configure command, so don't need to commit those .vscode workspaces (the unit tests from the previous commit are a bit special).
[skip ci]
  • Loading branch information
Gama11 committed Aug 25, 2016
1 parent 6d311c0 commit 7411d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,9 +1,9 @@
*.n
template-bak/*
*.log
tests/unit/report/
tests/unit/.temp/
tests/unit/bin/
export
tests/unit/src/TestSuite.hx
dump
.vscode

0 comments on commit 7411d16

Please sign in to comment.