summaryrefslogtreecommitdiffstats
path: root/git/gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'git/gitignore')
-rw-r--r--git/gitignore126
1 files changed, 126 insertions, 0 deletions
diff --git a/git/gitignore b/git/gitignore
new file mode 100644
index 0000000..35d86be
--- /dev/null
+++ b/git/gitignore
@@ -0,0 +1,126 @@
+# Files #
+###################
+~/.local/share/numbers/
+~/.config/zsh/histfile
+~/.config/zsh/other.zsh
+~/.config/X11/Xauthority
+.git/*
+.config/gtk-2.0/gtkfilechooser.ini
+.config/gtk-3.0/bookmarks
+.config/nvim/plugged
+.config/dconf/*
+.config/GIMP
+.history
+.zcompcache
+.zcompdump
+/node_modules/*
+jspm_packages/
+.eslintcache
+.idea
+.vagrant
+__pycache__
+*.egg-info
+.cache
+.yarnrc
+.w3m
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+packer_compiled.lua
+ehthumbs.db
+Thumbs.db
+desktop.ini
+Desktop.ini
+*.pyo
+*.pyc
+*~
+*.bak
+*.swp
+.Trash-*
+.nfs*
+.lock
+*.swp
+*.out
+*.eot
+*.woff
+*.otf
+*.ttf
+*.torrent
+*.resume
+*.dat
+*.pd
+*.pd_linux
+*.pem
+
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.msi
+*.o
+*.so
+*.obj
+*.manifest
+*.rbc
+*.bin
+
+# 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
+*.tar.*
+*.zip
+*.tgz
+*.doc
+*.cbr
+*.cbz
+pkg/
+
+# Logs and databases #
+######################
+*.log.*
+*.sig
+*.log
+*.sql
+*.sqlite
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Video #
+#########
+*.wmv
+*.mpg
+*.mpeg
+*.mp4
+*.mov
+*.flv
+*.avi
+*.ogv
+*.ogg
+*.webm
+*.mkv
+*.vob
+*.srt
+*.vtt
+
+# Audio #
+#########
+*.wav
+*.mp3
+*.wma
+*.oga
+*.ogg
+*.flac
+*.m4a
Un proyecto texto-plano.xyz