mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Cleanup dot (.) files.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,7 +1,5 @@
|
|||||||
* text=auto
|
* text=auto
|
||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
*.jst text eol=lf
|
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
*.tpl text eol=lf
|
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,8 +1,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.custom.*
|
*.custom.*
|
||||||
*.min.*
|
*.min.*
|
||||||
*.template.*
|
|
||||||
*.d.ts
|
|
||||||
*.map
|
|
||||||
modularize
|
modularize
|
||||||
node_modules
|
node_modules
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
*.min.*
|
*.min.*
|
||||||
*.template.*
|
|
||||||
*.d.ts
|
|
||||||
*.map
|
|
||||||
*.md
|
*.md
|
||||||
*.txt
|
*.txt
|
||||||
build.js
|
|
||||||
lodash.js
|
lodash.js
|
||||||
index.js
|
index.js
|
||||||
bower.json
|
bower.json
|
||||||
|
|||||||
@@ -6,15 +6,13 @@
|
|||||||
".*",
|
".*",
|
||||||
"*.custom.*",
|
"*.custom.*",
|
||||||
"*.min.*",
|
"*.min.*",
|
||||||
"*.template.*",
|
|
||||||
"*.d.ts",
|
|
||||||
"*.map",
|
|
||||||
"*.md",
|
"*.md",
|
||||||
"*.txt",
|
"*.txt",
|
||||||
"index.js",
|
"index.js",
|
||||||
"component.json",
|
"component.json",
|
||||||
"package.json",
|
"package.json",
|
||||||
"doc",
|
"doc",
|
||||||
|
"modularize",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"perf",
|
"perf",
|
||||||
"test",
|
"test",
|
||||||
|
|||||||
Reference in New Issue
Block a user