mirror of
https://github.com/fr33n0w/rWeb
synced 2026-08-12 18:35:47 -04:00
Create .gitignore
This commit is contained in:
parent
b8f5aed9fa
commit
fb1fb844e3
1 changed files with 26 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Runtime data
|
||||
*.log
|
||||
.lxmf_html_server/
|
||||
.lxmf_html_browser/
|
||||
~/.lxmf_html_server/
|
||||
~/.lxmf_html_browser/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue