mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 20:02:50 +01:00
22 lines
195 B
Text
22 lines
195 B
Text
|
# Directories
|
||
|
.cargo/
|
||
|
.turbo/
|
||
|
assets/
|
||
|
build/
|
||
|
data/
|
||
|
dist/
|
||
|
node_modules/
|
||
|
public/
|
||
|
target/
|
||
|
|
||
|
# Files
|
||
|
.env
|
||
|
.env.development
|
||
|
.env.production
|
||
|
.log
|
||
|
Cargo.lock
|
||
|
pnpm-lock.yaml
|
||
|
|
||
|
# User Settings
|
||
|
.idea
|
||
|
.vscode
|