mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-19 18:49:19 +01:00
59 lines
462 B
Plaintext
59 lines
462 B
Plaintext
# SBT
|
|
target/
|
|
/.bsp/
|
|
|
|
# Gradle
|
|
/.gradle
|
|
/build
|
|
|
|
# Eclipse
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
/bin
|
|
|
|
# IntelliJ IDEA
|
|
/*.iml
|
|
/*.ipr
|
|
/*.iws
|
|
/.idea
|
|
/out
|
|
|
|
# Debugging
|
|
/eclipse
|
|
/run
|
|
|
|
# Windows...
|
|
**/Thumbs.db
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# VSCode
|
|
/.vscode
|
|
|
|
# Local proxy settings
|
|
cacerts
|
|
|
|
# Temp files
|
|
/*.dll
|
|
/*.so
|
|
/*.dylib
|
|
/natives/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Workspace save
|
|
/save
|
|
|
|
*~
|
|
|
|
# Ocelot configuration file
|
|
/ocelot.conf
|
|
/brain.conf
|
|
/opencomputers.conf
|
|
|
|
# Design sketches
|
|
/refs/
|