mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
🎉 Initial commit.
This commit is contained in:
67
.gitignore
vendored
Normal file
67
.gitignore
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
#
|
||||
# LambdAurora's ignore file
|
||||
#
|
||||
# v0.11
|
||||
|
||||
# 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
|
||||
|
||||
# Common
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
run/
|
||||
target/
|
||||
Reference in New Issue
Block a user