diff options
author | Cheng-Han, Wu | 2016-03-15 11:14:50 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-03-15 11:14:50 +0800 |
commit | 1af6df65f46666b2d1e22ea63f4f5e6c0a26a4c4 (patch) | |
tree | 1b90461a3a21b84cbe8226ffb364e7b06f9bdcc1 /.gitignore | |
parent | 61084e5a4e3b574e9ec7a178797152184bbc28b5 (diff) |
Added .gitignore
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 00000000..b7f536e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +node_modules +bower_components +composer.phar +composer.lock +.env.*.php +.env.php +.DS_Store +.idea/ +Thumbs.db +npm-debug.log +hackmd_io +newrelic_agent.log +logs/ +tmp/ +*.pid
\ No newline at end of file |