fleet/.gitignore
Mike Arpaia b8d4c78f62 Integration tests (#90)
* tests for auth endpoints

* create user test and fatals instead of panics

* more tests

* remove init viper config setting

* stubbing

* more tests

* more tests

* organizing auth and users files

* rest of auth tests

* password reset tests
2016-08-19 23:56:49 -07:00

18 lines
178 B
Plaintext

# binaries
kolide-ose
*.exe
# output directories
build
vendor
node_modules
# generated artifacts
server/bindata.go
*.cover
*.test
*.log
# operating system artifacts
.DS_Store