Browse Source

添加根目录git过滤文件

pull/1/head
wanggang 1 year ago
parent
commit
a7eb38454e
  1. 3
      .gitattributes
  2. 16
      .gitignore

3
.gitattributes

@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

16
.gitignore

@ -0,0 +1,16 @@
*.bak
#fe
node_modules/
dist/
#be
.vs/
bin/
obj/
*.suo
*.user
*.db
*.db-shm
*.db-wal
Loading…
Cancel
Save