Initial commit: Fresh start with current state
This commit is contained in:
27
src/foundryvtt-pathfinder1-v10.8/.gitignore
vendored
Normal file
27
src/foundryvtt-pathfinder1-v10.8/.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# IDE
|
||||
.idea/
|
||||
.vs/
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
/.vim
|
||||
|
||||
# Node Modules
|
||||
node_modules/
|
||||
|
||||
# Distribution directory
|
||||
dist/
|
||||
|
||||
# Built cache files for build process
|
||||
public/packs/
|
||||
public/lang/
|
||||
public/help/
|
||||
|
||||
# Misc
|
||||
/.eslintcache
|
||||
stats.html
|
||||
foundryconfig.json
|
||||
jsconfig.json
|
||||
/docs/
|
||||
|
||||
# Local configuration
|
||||
.env.local
|
||||
Reference in New Issue
Block a user