mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-10-16 11:03:39 -04:00
init workspace
Signed-off-by: Magic <magicoflolis@tuta.io>
This commit is contained in:
parent
feba65e8a9
commit
1800cafee7
14 changed files with 1390 additions and 0 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
# ignore haters
|
||||
haters/
|
||||
|
||||
build
|
||||
node_modules
|
||||
|
||||
Notes
|
||||
.history
|
||||
web-ext
|
||||
web-ext-artifacts
|
||||
web-server
|
||||
|
||||
*.ini
|
||||
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.pnpm-debug.log*
|
||||
*.tsbuildinfo
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
Loading…
Add table
Add a link
Reference in a new issue