Browse Source

convert dos endlines to unix ones in .gitignore

pull/40/head
czaks 10 years ago
parent
commit
c68865c845
  1. 86
      .gitignore

86
.gitignore

@ -1,43 +1,43 @@
# static html and json # static html and json
/*/*.html /*/*.html
/*/*.json /*/*.json
/*/res /*/res
/*/src /*/src
/*/thumb /*/thumb
/*/config.php /*/config.php
/*.html /*.html
# include some files though # include some files though
!/templates/*.html !/templates/*.html
!/inc/config.php !/inc/config.php
# minify # minify
/inc/lib/minify /inc/lib/minify
# instance-config # instance-config
/inc/instance-config.php /inc/instance-config.php
# .installed # .installed
/.installed /.installed
# script file # script file
/main.js /main.js
# templates cache # templates cache
/templates/cache /templates/cache
# other stuff # other stuff
.DS_Store .DS_Store
.htaccess .htaccess
thumbs.db thumbs.db
Icon? Icon?
Thumbs.db Thumbs.db
*.patch *.patch
*.diff *.diff
*.rej *.rej
*.orig *.orig
*~ *~
#vichan custom #vichan custom
favicon.ico favicon.ico
/static/spoiler.png /static/spoiler.png

Loading…
Cancel
Save