Browse Source

.gitignore for each submodule

Herby Vojčík 5 years ago
parent
commit
6bc48c0657
2 changed files with 22 additions and 0 deletions
  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/