Skip to content

Commit

Permalink
Merge pull request #42 from rolandbernard/refactor
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
rolandbernard committed Jul 26, 2021
2 parents 8467d51 + c8176cc commit c0a22d0
Show file tree
Hide file tree
Showing 218 changed files with 10,188 additions and 11,250 deletions.
95 changes: 90 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,93 @@
.DS_Store
dist/
node_modules/
thumbs.db

# Build files
bundle/
build/

# Editor configuration
.idea/
.vscode/
.vim/

todo.md
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# Bower dependency directory
bower_components

# Dependency directories
node_modules/
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test
.env.production

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

### yarn ###
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
!.yarn/cache

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

39 changes: 0 additions & 39 deletions .yarnclean

This file was deleted.

Loading

0 comments on commit c0a22d0

Please sign in to comment.