mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-06 02:02:20 +08:00
18 lines
242 B
Plaintext
18 lines
242 B
Plaintext
# where docs are output to on gitlab.. MUST be named public/
|
|
public/
|
|
|
|
.sass-cache/
|
|
.idea/
|
|
|
|
*.pyc
|
|
|
|
# IDE files for Visual Studio Code and Visual Studio
|
|
CMakeSettings.json
|
|
*.vscode/
|
|
*.vs/
|
|
|
|
# Build directories
|
|
webserver/bin
|
|
webserver/build
|
|
obj/
|