Commit Graph

7 Commits

Author SHA1 Message Date
Charlie Drage
f64ad32ae9 Update the release script again
Updates the release script to use the actual GOPATH directory as
previous problems with commit hashes / versions in `kompose version`.

Cleans this up in regards to all the `cd` and `cd ..` commands.

No need to `git clone`.
2017-04-28 09:43:40 -04:00
Charlie Drage
ce26a75d69 Only ignore the docker-compose yaml file in the root directory
Woops! It was ignoring all of them in the directory. We should only be
avoiding the root dir docker-compose files!
2017-04-03 14:49:18 -04:00
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