1
0
Преглед на файлове

.gitignore for each submodule

Herby Vojčík преди 5 години
родител
ревизия
6bc48c0657
променени са 2 файла, в които са добавени 22 реда и са изтрити 0 реда
  1. 11 0
      cli/.gitignore
  2. 11 0
      sdk/.gitignore

+ 11 - 0
cli/.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/

+ 11 - 0
sdk/.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/