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
|
||||
/*/*.html
|
||||
/*/*.json
|
||||
/*/res
|
||||
/*/src
|
||||
/*/thumb
|
||||
/*/config.php
|
||||
/*.html
|
||||
|
||||
# include some files though
|
||||
!/templates/*.html
|
||||
!/inc/config.php
|
||||
|
||||
# minify
|
||||
/inc/lib/minify
|
||||
|
||||
# instance-config
|
||||
/inc/instance-config.php
|
||||
|
||||
# .installed
|
||||
/.installed
|
||||
|
||||
# script file
|
||||
/main.js
|
||||
|
||||
# templates cache
|
||||
/templates/cache
|
||||
|
||||
# other stuff
|
||||
.DS_Store
|
||||
.htaccess
|
||||
thumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
*.patch
|
||||
*.diff
|
||||
*.rej
|
||||
*.orig
|
||||
*~
|
||||
|
||||
#vichan custom
|
||||
favicon.ico
|
||||
/static/spoiler.png
|
||||
# static html and json
|
||||
/*/*.html
|
||||
/*/*.json
|
||||
/*/res
|
||||
/*/src
|
||||
/*/thumb
|
||||
/*/config.php
|
||||
/*.html
|
||||
|
||||
# include some files though
|
||||
!/templates/*.html
|
||||
!/inc/config.php
|
||||
|
||||
# minify
|
||||
/inc/lib/minify
|
||||
|
||||
# instance-config
|
||||
/inc/instance-config.php
|
||||
|
||||
# .installed
|
||||
/.installed
|
||||
|
||||
# script file
|
||||
/main.js
|
||||
|
||||
# templates cache
|
||||
/templates/cache
|
||||
|
||||
# other stuff
|
||||
.DS_Store
|
||||
.htaccess
|
||||
thumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
*.patch
|
||||
*.diff
|
||||
*.rej
|
||||
*.orig
|
||||
*~
|
||||
|
||||
#vichan custom
|
||||
favicon.ico
|
||||
/static/spoiler.png
|
||||
|
Loading…
Reference in New Issue
Block a user