diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-22 15:09:28 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-22 15:09:28 -0400 |
| commit | b2d594993735b97c624d2474b20a4da43faafc61 (patch) | |
| tree | 9e19bb5f182345ef905d02fe91ec6a5ca2b71b47 /.gitignore | |
| parent | 87e66be9162285c42f186a71a44b13b119544469 (diff) | |
npm init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..be870a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.bundle +*.DS_Store +db/*.sqlite3 +log/*.log +tmp/ +.#* +*~ +*.orig +*# +*.swp +node_modules +restart +.env +*.sqlite3 + |
