commit
8aeeaa7c36
5 changed files with 89 additions and 0 deletions
@ -0,0 +1,88 @@
|
||||
# |
||||
# LambdAurora's ignore file |
||||
# |
||||
# v0.20 |
||||
|
||||
# JetBrains |
||||
.idea/ |
||||
*.iml |
||||
*.ipr |
||||
*.iws |
||||
## 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 |
||||
CMakeLists.txt.user |
||||
CMakeFiles/ |
||||
## QMake |
||||
.qmake.stash |
||||
## Gradle |
||||
.gradle/ |
||||
## Node.JS |
||||
node_modules/ |
||||
|
||||
# Editors |
||||
## VSCode |
||||
.vscode/ |
||||
|
||||
# Logging |
||||
logs/ |
||||
|
||||
# Languages |
||||
## Java |
||||
classes/ |
||||
## Python |
||||
__pycache__/ |
||||
venv/ |
||||
## Rust |
||||
**/*.rs.bk |
||||
|
||||
# OS |
||||
## Windows |
||||
desktop.ini |
||||
# MacOS |
||||
.DS_Store |
||||
|
||||
# File types |
||||
*.dll |
||||
*.db |
||||
*.tar.?z |
||||
|
||||
# Asset files automatic backup |
||||
.*.png-autosave.kra |
||||
*.png~ |
||||
|
||||
# Compilation artifacts/Binaries |
||||
*.o |
||||
*.so |
||||
*.dylib |
||||
*.lib |
||||
lib*.a |
||||
|
||||
# Common |
||||
bin/ |
||||
build/ |
||||
dist/ |
||||
lib/ |
||||
!src/lib/ |
||||
!src/**/lib/ |
||||
obj/ |
||||
run/ |
||||
target/ |
After Width: | Height: | Size: 167 KiB |
After Width: | Height: | Size: 106 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in new issue