lzy/.gitignore

16 lines
147 B
Plaintext

# Build files
/build*
/*.g1a
/*.g3a
*.o
*.d
lzy
# Python bytecode
__pycache__/
# Common IDE files
*.sublime-project
*.sublime-workspace
.vscode