소스 검색

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/