Initial commit
This commit is contained in:
commit
e82830e085
2 changed files with 19 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# ---> Foundry
|
||||
dist/
|
||||
*.link
|
||||
*.txt
|
||||
/foundry
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Environment Variables
|
||||
.env
|
||||
|
||||
# Ignore compendium binaries but not source files
|
||||
/packs/**/*
|
||||
!/packs/**/*/
|
||||
!/packs/**/*.json
|
||||
|
||||
2
README.md
Normal file
2
README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# tokens
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue