(Feat): Initial Commit
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Database
|
||||
data/
|
||||
*.db
|
||||
*.json
|
||||
!deno.json
|
||||
!package.json
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Deno
|
||||
.deno/
|
||||
|
||||
# Node (if using npm packages)
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Project files
|
||||
config.toml
|
||||
PORTING_DOCUMENTATION.md
|
||||
|
||||
pikanetwork.js
|
||||
GEM
|
||||
.qodo
|
||||
Reference in New Issue
Block a user