Skip to content

Commit

Permalink
reimplement with framework7.io and svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Mar 29, 2022
1 parent 1803f7f commit 8dc120e
Show file tree
Hide file tree
Showing 309 changed files with 8,012 additions and 3,221 deletions.
10 changes: 0 additions & 10 deletions .editorconfig

This file was deleted.

194 changes: 0 additions & 194 deletions .gitattributes

This file was deleted.

50 changes: 41 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,42 @@
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Useful .gitignore templates: https://github.com/github/gitignore
node_modules
dist
.cache
/yarn.lock
/yarn-error.log
.parcel-cache

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

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

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# Misc
.DS_Store
Thumbs.db





# Production build
www/
Loading

0 comments on commit 8dc120e

Please sign in to comment.