mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
chore: upate dot files
This commit is contained in:
parent
407f9f8cd7
commit
30affe351d
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,9 +1,11 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
|
||||
* text=auto
|
||||
*.js text eol=lf
|
||||
*.json text eol=lf
|
||||
|
||||
# Standard to msysgit
|
||||
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
@ -16,4 +18,5 @@
|
||||
*.RTF diff=astextplain
|
||||
|
||||
# Git LFS
|
||||
|
||||
*.ai filter=lfs diff=lfs merge=lfs -text
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
node_modules/
|
||||
tests/sandbox/
|
||||
doc/
|
||||
docs/
|
||||
local/
|
||||
|
@ -3,5 +3,12 @@ assets/
|
||||
test/
|
||||
doc/
|
||||
.travis.yml
|
||||
.eslintrc.yml
|
||||
Gruntfile.js
|
||||
.gitattributes
|
||||
ROADMAP.md
|
||||
BUILDING.md
|
||||
CONTRIBUTING.md
|
||||
CHANGELOG.md
|
||||
FAQ.md
|
||||
*.map
|
||||
|
Loading…
Reference in New Issue
Block a user