Tweak git ignore and attributes (#618)

* Update .gitignore

Avoid unwanted system files.

* Create .gitattributes

Enforce preferred line ending style.
This commit is contained in:
Andrew
2021-10-23 17:20:02 +01:00
committed by GitHub
parent a7d46af771
commit 3428513d6e
2 changed files with 21 additions and 0 deletions

8
.gitignore vendored
View File

@@ -1 +1,9 @@
# OS files #
._*
.DS_Store
.Spotlight-V100
.Trashes
Thumbs.db
# Other files #
/node_modules/