mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 01:50:30 +08:00
3894315759
Made-with: Cursor
42 lines
310 B
Plaintext
42 lines
310 B
Plaintext
# Build
|
|
**/build/
|
|
**/target/
|
|
**/out/
|
|
cmake-build-*/
|
|
|
|
# Java
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.iml
|
|
.idea/
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
# Native
|
|
*.o
|
|
*.obj
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.a
|
|
*.lib
|
|
*.exp
|
|
*.pdb
|
|
|
|
# OS / IDE
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
|
|
# Maven
|
|
dependency-reduced-pom.xml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|