瀏覽代碼

Add .gitignore
starting

Herbert Vojčík 10 年之前
父節點
當前提交
747baa6ebd
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      .gitignore

+ 11 - 0
.gitignore

@@ -0,0 +1,11 @@
+# Ignoring Mac Finder files
+.DS_Store
+
+# In case amber is also saved in a local Subversion
+.svn
+
+# Ignoring local NPM modules
+node_modules/
+
+# Ignoring local bower modules
+bower_components/