mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
convert dos endlines to unix ones in .gitignore
This commit is contained in:
parent
e5c48282c4
commit
c68865c845
86
.gitignore
vendored
86
.gitignore
vendored
@ -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…
Reference in New Issue
Block a user