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

Update gitignore

gitignore contained weird files and lacked one.
Ecconia преди 7 години
родител
ревизия
79a5b4ad5f
променени са 1 файла, в които са добавени 4 реда и са изтрити 19 реда
  1. 4 19
      .gitignore

+ 4 - 19
.gitignore

@@ -1,21 +1,6 @@
-.DS_Store
+# Npm
 node_modules
-/dist
-
-# local env files
-.env.local
-.env.*.local
+package-lock.json
 
-# Log files
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# Editor directories and files
-.idea
-.vscode
-*.suo
-*.ntvs*
-*.njsproj
-*.sln
-*.sw*
+# Webpack
+/dist