* Update .gitignore Avoid unwanted system files. * Create .gitattributes Enforce preferred line ending style.
10 lines
94 B
Plaintext
10 lines
94 B
Plaintext
# OS files #
|
|
._*
|
|
.DS_Store
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Thumbs.db
|
|
|
|
# Other files #
|
|
/node_modules/
|