normalize .gitignore

This commit is contained in:
Benjamin Elder
2019-05-15 11:24:35 -07:00
parent c34a753e45
commit 8f5a3b7914

12
.gitignore vendored
View File

@@ -1,18 +1,18 @@
# build and test outputs
/bin
/_output
/_artifacts
bin/
_output/
_artifacts/
# used for the code generators only
/vendor
vendor/
# macOS
.DS_Store
# files generated by editors
.idea/
*.iml
.vscode/*
*.iml/
.vscode/
*.swp
*.sublime-project
*.sublime-workspace