diff options
author | Mindaugas Mozūras <mindaugas.mozuras@gmail.com> | 2016-02-28 17:27:46 +0200 |
---|---|---|
committer | Mindaugas Mozūras <mindaugas.mozuras@gmail.com> | 2016-02-28 17:27:46 +0200 |
commit | ce89f9ed8a80a06d26b0618658733956d0c98f84 (patch) | |
tree | 4594dcd5b47b6469172d79f754cdadcb84660dfa /.gitignore | |
download | pronto-hlint-ce89f9ed8a80a06d26b0618658733956d0c98f84.tar.gz pronto-hlint-ce89f9ed8a80a06d26b0618658733956d0c98f84.tar.zst pronto-hlint-ce89f9ed8a80a06d26b0618658733956d0c98f84.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ac8271 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,5 @@ | |||
1 | pkg/* | ||
2 | *.gem | ||
3 | .bundle | ||
4 | .DS_Store | ||
5 | Gemfile.lock | ||