mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
### Go ###
 | 
						|
# Binaries for programs and plugins
 | 
						|
*.exe
 | 
						|
*.exe~
 | 
						|
*.dll
 | 
						|
ftw*
 | 
						|
*.so
 | 
						|
*.dylib
 | 
						|
 | 
						|
# Test binary, build with `go test -c`
 | 
						|
*.test
 | 
						|
 | 
						|
# Output of the go coverage tool, specifically when used with LiteIDE
 | 
						|
*.out
 | 
						|
 | 
						|
# Misc
 | 
						|
.DS_Store
 | 
						|
gcal/client_secret.json
 | 
						|
gspreadsheets/client_secret.json
 | 
						|
profile.pdf
 | 
						|
report.*
 | 
						|
.vscode
 | 
						|
 | 
						|
# All things node
 | 
						|
node_modules/
 | 
						|
package-lock.json
 | 
						|
 | 
						|
#intellij idea
 | 
						|
.idea/
 | 
						|
 | 
						|
dist/*
 | 
						|
bin/
 |