README and .gitignore update.
This commit is contained in:
parent
db41e7ee0b
commit
cfa1607eaa
3 changed files with 6 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
# Linspector
|
||||
log/*.log
|
||||
log/*.log.*
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
@ -134,7 +138,6 @@ dmypy.json
|
|||
*.iml
|
||||
out/
|
||||
|
||||
|
||||
# ---> Lua
|
||||
# Compiled Lua sources
|
||||
luac.out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue