init dev-push code ui base design
This commit is contained in:
50
gitignore
Normal file
50
gitignore
Normal file
@ -0,0 +1,50 @@
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
*.log
|
||||
*.sqlite3
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.venv/
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# JetBrains IDEs
|
||||
.idea/
|
||||
|
||||
# macOS
|
||||
*.DS_Store
|
||||
|
||||
# Windows
|
||||
*.Thumbs.db
|
||||
*.ehthumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Others
|
||||
*.bak
|
||||
*.tmp
|
Reference in New Issue
Block a user