18 lines
236 B
Plaintext
Executable File
18 lines
236 B
Plaintext
Executable File
# OSX leaves these everywhere on SMB shares
|
|
._*
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/**
|
|
|
|
# This is where the result of the go build goes
|
|
/target/**
|
|
/target
|
|
|
|
# This is where we stage releases
|
|
/release/**
|
|
|
|
# Emacs save files
|
|
*~
|