Files
aviation/.gitignore

19 lines
213 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.vscode/
venv/
.idea/
# dependencies
.next/
node_modules
target/
dist/
Cargo.lock
.DS_Store
# local env files
.env*.local