mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-01-04 01:31:36 +03:00
Update .gitignore
This commit is contained in:
49
.gitignore
vendored
49
.gitignore
vendored
@@ -1,8 +1,47 @@
|
|||||||
cursor_accounts.txt
|
__pycache__
|
||||||
/venv
|
server/
|
||||||
/__pycache__
|
venv/
|
||||||
dist
|
check_license.py
|
||||||
build
|
cursor_modifier.py
|
||||||
|
reset_machine.py
|
||||||
|
Run_Venv.bat
|
||||||
|
token_monitor.py
|
||||||
|
get_mac.py
|
||||||
|
.gitignore
|
||||||
|
build.bat
|
||||||
|
build.mac.command
|
||||||
|
build.py
|
||||||
|
build.sh
|
||||||
|
ENV/
|
||||||
|
|
||||||
install.bat
|
install.bat
|
||||||
run.bat
|
run.bat
|
||||||
|
|
||||||
temp_account_info.txt
|
temp_account_info.txt
|
||||||
|
|
||||||
|
.env copy
|
||||||
|
|
||||||
|
# PyInstaller
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.spec2
|
||||||
|
|
||||||
|
credentials.txt
|
||||||
|
cursor_accounts.txt
|
||||||
|
recaptcha.py
|
||||||
|
install_requirements.bat
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Project specific
|
||||||
|
*.log
|
||||||
|
*.db
|
||||||
|
*.sqlite3
|
||||||
|
|||||||
Reference in New Issue
Block a user