Commit Graph

5 Commits

Author SHA1 Message Date
Charlie Drage
41976a3bf2 Ignore Docker Compose files in the root directory
When developing Kompose, it's common to have the Docker Compose file in
the root directory.

Adding it to gitignore ignores it for any changes that could be
committed / pushed by accident.
2017-03-27 11:17:48 -04:00
Charlie Drage
aa3913f649 Ignore the /bin folder
Bin folder is used for binary generation. Ignore it.
2017-03-21 15:31:49 -04:00
Suraj Deshmukh
9ad65f9c32 IntelliJ IDE .gitignore
added .gitignore for IntelliJ IDE files
2016-12-01 12:47:27 +05:30
Charlie Drage
c570782b30 Add VIM git ignore information 2016-10-27 08:29:24 -04:00
Charlie Drage
84e7ac0ad9 Add .gitignore for Go files + compiled Kompose file
Adds .gitignore for common Go-related files as well as ignoring the
binary generate via go build and/or `make binary`.
2016-09-29 13:21:09 -04:00