Commit 0aa7040f5cf22fbf57df948383069f5e6ec8fa54

Authored by Andy
1 parent 3e99135d

add gitignore

Showing 2 changed files with 28 additions and 0 deletions
.gitignore 0 → 100644
  1 +.DS_Store
  2 +node_modules
  3 +/dist
  4 +
  5 +# local env files
  6 +.env.local
  7 +.env.*.local
  8 +
  9 +# Log files
  10 +npm-debug.log*
  11 +yarn-debug.log*
  12 +yarn-error.log*
  13 +
  14 +# Editor directories and files
  15 +.idea
  16 +itocdy.iml
  17 +.vscode
  18 +*.suo
  19 +*.ntvs*
  20 +*.njsproj
  21 +*.sln
  22 +*.sw*
.idea/vcs.xml 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="VcsDirectoryMappings">
  4 + <mapping directory="" vcs="Git" />
  5 + </component>
  6 +</project>
0 \ No newline at end of file 7 \ No newline at end of file