97 lines
		
	
	
		
			825 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			97 lines
		
	
	
		
			825 B
		
	
	
	
		
			Plaintext
		
	
	
# 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
 | 
						|
 | 
						|
desg/
 | 
						|
dev/
 | 
						|
dl/*
 | 
						|
!dl/.gitkeep
 | 
						|
doc/
 | 
						|
!doc/clips/.gitkeep
 | 
						|
.zk/*
 | 
						|
!.zk/Makefile
 | 
						|
!.zk/pandoc.css
 | 
						|
!.zk/scripts/
 | 
						|
!.zk/filters/
 |