mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
69 lines
606 B
Plaintext
69 lines
606 B
Plaintext
#
|
|
# LambdAurora's ignore file
|
|
#
|
|
# v0.12
|
|
|
|
# JetBrains
|
|
.idea/
|
|
*.iml
|
|
## Intellij IDEA
|
|
out/
|
|
## CLion
|
|
cmake-build-debug*/
|
|
cmake-build-release*/
|
|
## Eclipse
|
|
eclipse
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
## Visual Studio
|
|
.vs/
|
|
CMakeSettings.json
|
|
|
|
# Build system
|
|
## Cargo
|
|
Cargo.lock
|
|
## CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
## Gradle
|
|
.gradle/
|
|
## Node.JS
|
|
node_modules/
|
|
|
|
# Editors
|
|
## VSCode
|
|
.vscode/
|
|
|
|
# Logging
|
|
logs/
|
|
|
|
# Languages
|
|
## Java
|
|
classes/
|
|
## Python
|
|
__pycache__/
|
|
## Rust
|
|
**/*.rs.bk
|
|
|
|
# OS
|
|
## Windows
|
|
desktop.ini
|
|
|
|
# File types
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.lib
|
|
lib*.a
|
|
*.png~
|
|
|
|
# Common
|
|
bin/
|
|
build/
|
|
dist/
|
|
run/
|
|
target/
|