first commit
This commit is contained in:
131
.gitignore
vendored
131
.gitignore
vendored
@@ -1,58 +1,93 @@
|
||||
# ---> macOS
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# ---> ArchLinuxPackages
|
||||
*.tar
|
||||
*.tar.*
|
||||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack these files and commit the raw source
|
||||
# git has its own built in compression methods
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
*.zip
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.log
|
||||
*.log.*
|
||||
*.sql
|
||||
*.sqlite
|
||||
**/*.log*
|
||||
|
||||
|
||||
pkg/
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
|
||||
# ---> Linux
|
||||
# Images #
|
||||
##########
|
||||
*.jpg
|
||||
*.gif
|
||||
*.png
|
||||
*.svg
|
||||
*.ico
|
||||
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
# Video #
|
||||
#########
|
||||
*.wmv
|
||||
*.mpg
|
||||
*.mpeg
|
||||
*.mp4
|
||||
*.mov
|
||||
*.flv
|
||||
*.avi
|
||||
*.ogv
|
||||
*.ogg
|
||||
*.webm
|
||||
|
||||
|
||||
# KDE directory preferences
|
||||
# Audio #
|
||||
#########
|
||||
*.wav
|
||||
*.mp3
|
||||
*.wma
|
||||
|
||||
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
# Fonts #
|
||||
#########
|
||||
*.eot
|
||||
*.ttf
|
||||
*.woff
|
||||
|
||||
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
# eclipse IDE #
|
||||
###############
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
.idea
|
||||
.metadata
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
# Backup-Files #
|
||||
################
|
||||
**/*~
|
||||
|
||||
# VIM #
|
||||
#######
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# File to inidicate dotfiles are installed #
|
||||
version.installed
|
||||
Reference in New Issue
Block a user