GITLAB

刘文博 / gulu-vue

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • gulu-vue
  • .gitignore
  • 073cde6ab   auto commit the code by alias command Browse Code »
    Adam
    2020-04-29 22:00:56 +0800  
.gitignore 338 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
.DS_Store
node_modules/
unpackage/
dist/
babel.config.js
postcss.config.js
package-lock.json
tsconfig.json
yarn.lock
public/

package-lock.json
# 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*