Blame view

.gitignore 338 Bytes
a81a33d26   Adam   s
1
2
3
4
5
6
7
8
9
10
  .DS_Store
  node_modules/
  unpackage/
  dist/
  babel.config.js
  postcss.config.js
  package-lock.json
  tsconfig.json
  yarn.lock
  public/
073cde6ab   Adam   auto commit the c...
11
  package-lock.json
a81a33d26   Adam   s
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  # local env files
  .env.local
  .env.*.local
  
  # Log files
  npm-debug.log*
  yarn-debug.log*
  yarn-error.log*
  
  # Editor directories and files
  .project
  .idea
  .vscode
  *.suo
  *.ntvs*
  *.njsproj
  *.sln
  *.sw*