Skip to content

Commit

Permalink
dev update for crackjs
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 28, 2024
1 parent a39ef26 commit 5faf0e1
Show file tree
Hide file tree
Showing 8 changed files with 1,529 additions and 0 deletions.
37 changes: 37 additions & 0 deletions crackjs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pids
*.pid
*.seed
*.pid.lock
lib-cov
coverage
*.lcov
.nyc_output
.grunt
bower_components
.lock-wscript
build/Release
node_modules/
jspm_packages/
web_modules/
*.tsbuildinfo
.eslintcache
.node_repl_history
*.tgz
.env
.env.test
.env.production
.cache/
.next/
out/
.nuxt/
.vuepress/dist
.serverless/
.fusebox/
.dynamodb/
.tern-port
.vscode-test
12 changes: 12 additions & 0 deletions crackjs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CrackJS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 5faf0e1

Please sign in to comment.