summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-03-15 11:14:50 +0800
committerCheng-Han, Wu2016-03-15 11:14:50 +0800
commit1af6df65f46666b2d1e22ea63f4f5e6c0a26a4c4 (patch)
tree1b90461a3a21b84cbe8226ffb364e7b06f9bdcc1 /.gitignore
parent61084e5a4e3b574e9ec7a178797152184bbc28b5 (diff)
Added .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
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