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

Use a more standard directory/ notation in .gitignore.

Kamil Piechaczek преди 8 години
родител
ревизия
1ada1956f3
променени са 1 файла, в които са добавени 4 реда и са изтрити 6 реда
  1. 4 6
      .gitignore

+ 4 - 6
.gitignore

@@ -1,12 +1,10 @@
 # These files will be ignored by Git and by our linting tools:
 #	gulp lint
 #	gulp lint-staged
-#
-# Be sure to append /** to folders to have everything inside them ignored.
 
-node_modules/**
-build/**
-coverage/**
-packages/**
+node_modules/
+build/
+coverage/
+packages/
 docs/api/output.json
 lerna-debug.log