Your Name преди 7 години
родител
ревизия
7471b538fd
променени са 3 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 1 1
      .babelrc
  2. 3 0
      .gitignore
  3. 6 0
      .idea/vcs.xml

+ 1 - 1
.babelrc

@@ -3,7 +3,7 @@
     ["env", { "modules": false }],
     "stage-2"
   ],
-  "plugins": ["transform-runtime"],
+//  "plugins": ["transform-runtime"],
   "comments": false,
   "env": {
     "test": {

+ 3 - 0
.gitignore

@@ -1,6 +1,9 @@
 .DS_Store
 node_modules/
 dist/
+.idea/
+.idea/workspace.xml
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
+debug-log

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>