mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-17 16:31:28 +00:00
Add .gitignore
This commit is contained in:
commit
ba215335bf
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
.DS_Store
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
env
|
||||||
|
env*
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
*.egg
|
||||||
|
*.egg-info
|
||||||
|
_mailinglist
|
||||||
|
.tox
|
||||||
|
.cache/
|
||||||
|
.idea/
|
||||||
|
db.sqlite3
|
||||||
|
config.py
|
Loading…
Reference in New Issue
Block a user