mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-23 08:50:11 +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
|
# Auto detect text files and perform LF normalization
|
||||||
|
|
||||||
* text=auto
|
* text=auto
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
*.json text eol=lf
|
*.json text eol=lf
|
||||||
|
|
||||||
# Standard to msysgit
|
# Standard to msysgit
|
||||||
|
|
||||||
*.doc diff=astextplain
|
*.doc diff=astextplain
|
||||||
*.DOC diff=astextplain
|
*.DOC diff=astextplain
|
||||||
*.docx diff=astextplain
|
*.docx diff=astextplain
|
||||||
@ -16,4 +18,5 @@
|
|||||||
*.RTF diff=astextplain
|
*.RTF diff=astextplain
|
||||||
|
|
||||||
# Git LFS
|
# Git LFS
|
||||||
|
|
||||||
*.ai filter=lfs diff=lfs merge=lfs -text
|
*.ai filter=lfs diff=lfs merge=lfs -text
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
tests/sandbox/
|
|
||||||
doc/
|
doc/
|
||||||
docs/
|
docs/
|
||||||
local/
|
local/
|
||||||
|
@ -3,5 +3,12 @@ assets/
|
|||||||
test/
|
test/
|
||||||
doc/
|
doc/
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
.eslintrc.yml
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
.gitattributes
|
.gitattributes
|
||||||
|
ROADMAP.md
|
||||||
|
BUILDING.md
|
||||||
|
CONTRIBUTING.md
|
||||||
|
CHANGELOG.md
|
||||||
|
FAQ.md
|
||||||
|
*.map
|
||||||
|
Loading…
Reference in New Issue
Block a user