Add 'dots/' from commit 'f64b634dd8fbb2c8a2898c3b9d0acc9452e4d966'
git-subtree-dir: dots git-subtree-mainline:2ad98cde17git-subtree-split:f64b634dd8
This commit is contained in:
103
dots/.gitignore
vendored
Normal file
103
dots/.gitignore
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
# Global gitignore
|
||||
# ______________________________
|
||||
|
||||
# General
|
||||
.idea/
|
||||
log/
|
||||
*.log
|
||||
|
||||
# Node
|
||||
npm-debug.log
|
||||
node_modules
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
|
||||
# Folder view
|
||||
.DS_Store
|
||||
Desktop.ini
|
||||
|
||||
# Thumbnail cache
|
||||
Thumbs.db
|
||||
|
||||
# Prerequisites, but not directories
|
||||
*.d
|
||||
!*.d/
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
|
||||
# Linker output
|
||||
*.ilk
|
||||
*.map
|
||||
*.exp
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
/sent
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
*.idb
|
||||
*.pdb
|
||||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
*.cmd
|
||||
.tmp_versions/
|
||||
modules.order
|
||||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# Temp files
|
||||
*.swo
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Dotenv
|
||||
.env
|
||||
|
||||
# Prevent module files from being ignored (e.g. NestJS)
|
||||
!*.module*
|
||||
|
||||
# Private files
|
||||
.bash_history
|
||||
.bash_aliases/private
|
||||
.bashrc.d/private
|
||||
desg/
|
||||
dev/
|
||||
dl/*
|
||||
!dl/.gitkeep
|
||||
doc/
|
||||
!doc/clips/.gitkeep
|
||||
.zk/*
|
||||
!.zk/Makefile
|
||||
!.zk/pandoc.css
|
||||
!.zk/scripts/
|
||||
!.zk/filters/
|
||||
Reference in New Issue
Block a user