mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Create .gitignore
This commit is contained in:
parent
26c78efceb
commit
aacfd37f85
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
### TorrentPier ###
|
||||
.idea/
|
||||
data/avatars/
|
||||
data/old_files/
|
||||
data/torrent_files/
|
||||
internal_data/ajax_html/*.html
|
||||
internal_data/atom/
|
||||
internal_data/cache/
|
||||
internal_data/log/
|
||||
internal_data/sitemap/*.xml
|
||||
internal_data/triggers/
|
||||
library/config.local.php
|
||||
|
||||
### Archives ###
|
||||
*.log
|
||||
*.zip
|
||||
*.rar
|
||||
*.tar
|
||||
*.gz
|
||||
*.torrent
|
||||
|
||||
### Windows ###
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
*.lnk
|
||||
|
||||
### OSX ###
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
*.orig
|
||||
*.rej
|
Loading…
Reference in New Issue
Block a user