Remove useless things from gitignore
This commit is contained in:
parent
88c08e1f06
commit
03dd4b9e34
1 changed files with 7 additions and 15 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,24 +1,16 @@
|
||||||
node_modules
|
node_modules/
|
||||||
schemes/
|
|
||||||
certs/
|
|
||||||
logs/
|
|
||||||
test1/
|
test1/
|
||||||
test2/
|
test2/
|
||||||
test3/
|
test3/
|
||||||
test4/
|
test4/
|
||||||
test5/
|
test5/
|
||||||
test6/
|
test6/
|
||||||
public/stylesheets/global.css
|
uploads/
|
||||||
public/stylesheets/vendor
|
thumbnails/
|
||||||
uploads
|
certs/
|
||||||
thumbnails
|
logs/
|
||||||
|
torrents/
|
||||||
config/production.yaml
|
config/production.yaml
|
||||||
ffmpeg
|
ffmpeg/
|
||||||
<<<<<<< HEAD
|
|
||||||
torrents
|
|
||||||
=======
|
|
||||||
.tags
|
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
torrents/
|
|
||||||
>>>>>>> master
|
|
||||||
|
|
Loading…
Reference in a new issue