aqi/.gitignore

34 lines
256 B
Plaintext
Raw Permalink Normal View History

2024-06-18 18:08:39 +08:00
# Project
examples/data
examples/**.yaml
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
# Mac
.DS_Store
**/.DS_Store
# VS Code
.vscode
*.project
*.factorypath
# IntelliJ IDEA
.idea/*
!.idea/icon.png
*.iws
*.iml
*.ipr
# Test binary
*.test
# Output
*.out