Initial commit
This commit is contained in:
25
skills/typo3-docs/.gitignore
vendored
Normal file
25
skills/typo3-docs/.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*~
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
|
||||
# Testing
|
||||
.pytest_cache/
|
||||
|
||||
# Distribution
|
||||
*.zip
|
||||
dist/
|
||||
build/
|
||||
Reference in New Issue
Block a user