删除 .gitignore
This commit is contained in:
parent
a21d2dc2ef
commit
1e77d8cb1c
|
@ -1,34 +0,0 @@
|
||||||
# ---> Archives
|
|
||||||
# It's better to unpack these files and commit the raw source because
|
|
||||||
# git has its own built in compression methods.
|
|
||||||
*.7z
|
|
||||||
*.jar
|
|
||||||
*.rar
|
|
||||||
*.zip
|
|
||||||
*.gz
|
|
||||||
*.gzip
|
|
||||||
*.tgz
|
|
||||||
*.bzip
|
|
||||||
*.bzip2
|
|
||||||
*.bz2
|
|
||||||
*.xz
|
|
||||||
*.lzma
|
|
||||||
*.cab
|
|
||||||
*.xar
|
|
||||||
|
|
||||||
# Packing-only formats
|
|
||||||
*.iso
|
|
||||||
*.tar
|
|
||||||
|
|
||||||
# Package management formats
|
|
||||||
*.dmg
|
|
||||||
*.xpi
|
|
||||||
*.gem
|
|
||||||
*.egg
|
|
||||||
*.deb
|
|
||||||
*.rpm
|
|
||||||
*.msi
|
|
||||||
*.msm
|
|
||||||
*.msp
|
|
||||||
*.txz
|
|
||||||
|
|
Loading…
Reference in New Issue