mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 13:49:36 +01:00
docs: and skills
This commit is contained in:
parent
e4f0665086
commit
ccd4ee534a
25 changed files with 10412 additions and 0 deletions
65
bin/.gitignore
vendored
Normal file
65
bin/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
# Compiled class files
|
||||
*.class
|
||||
target/
|
||||
out/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
.vscode/
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Package Files
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# Spring Boot
|
||||
spring-boot-devtools.properties
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
# Test coverage
|
||||
.coverage
|
||||
htmlcov/
|
||||
coverage/
|
||||
|
||||
# Maven
|
||||
.mvn/
|
||||
mvnw
|
||||
mvnw.cmd
|
||||
|
||||
# Node.js / Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/build/
|
||||
frontend/.pnpm-store/
|
||||
frontend/**/.turbo/
|
||||
frontend/**/.next/
|
||||
*.tsbuildinfo
|
||||
.pnpm-debug.log
|
||||
|
||||
# Git worktrees
|
||||
.worktrees/
|
||||
Loading…
Add table
Add a link
Reference in a new issue