Skip to content

Commit

Permalink
merge readme and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ninelore committed Jul 23, 2023
1 parent 4cd1bd3 commit aa6a751
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
dist-electron
release
*.local

# Editor directories and files
.vscode/.debug.env
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# lockfile
package-lock.json
pnpm-lock.yaml
yarn.lock
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# chromebookremap

## ToDo:

- adapt coolstar css to bootstrap 5.3
- WinUi 3 like tabs
- add keyboard html
- logic

0 comments on commit aa6a751

Please sign in to comment.