You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
505 B
Plaintext
46 lines
505 B
Plaintext
# Source files
|
|
src/
|
|
!dist/
|
|
|
|
# Development files
|
|
.git/
|
|
.github/
|
|
.vscode/
|
|
node_modules/
|
|
|
|
# Config files
|
|
vite.config.ts
|
|
vite.config.lib.ts
|
|
tsconfig.json
|
|
tsconfig.node.json
|
|
.gitignore
|
|
|
|
# Example and demo files
|
|
src/examples/
|
|
src/App.tsx
|
|
src/App.module.scss
|
|
src/main.tsx
|
|
src/index.css
|
|
public/
|
|
index.html
|
|
|
|
# Documentation
|
|
README.md
|
|
*.log
|
|
|
|
# Build files
|
|
.DS_Store
|
|
*.local
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
.env*
|
|
|
|
# CI/CD files
|
|
.drone.yml
|
|
.deploy.yml
|
|
|
|
# Keep the npm README
|
|
!README-npm.md |