Pulizia: Eliminazione build/ (700 KB) + 3 guide ridondanti (QUICK_START, INSTALLATION, DISTRIBUTION)
This commit is contained in:
parent
c729f59621
commit
f942118cb6
22 changed files with 3 additions and 4158 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -1,12 +1,9 @@
|
|||
# Python & Build artifacts
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/**/*
|
||||
# NOTE: Ignore old .skill zip files (use orto-suite/ instead)
|
||||
build/dist/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
|
|
@ -47,7 +44,5 @@ htmlcov/
|
|||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
# IMPORTANT: orto-suite/ SHOULD be tracked
|
||||
# Comment out this if it was in build/** rule:
|
||||
!orto-suite/
|
||||
!orto-suite/**
|
||||
# NOTE: orto-suite/ IS tracked (production-ready skills)
|
||||
# No exclusions needed - symlink references work perfectly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue