mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
Add gitignore
This commit is contained in:
parent
c42ed62686
commit
c195d7f368
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Editor project settings
|
||||||
|
## VSCode
|
||||||
|
.vscode/
|
||||||
|
## PyCharm intellij
|
||||||
|
.idea/
|
||||||
|
## repl.it
|
||||||
|
.replit
|
||||||
|
## Spyder
|
||||||
|
.spyproject/
|
||||||
|
.spyderproject/
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Personal TODO files
|
||||||
|
TODO
|
Loading…
Reference in a new issue