14 lines
134 B
Plaintext
14 lines
134 B
Plaintext
# Patterns to ignore when building packages.
|
|
.DS_Store
|
|
.git/
|
|
.gitignore
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*.orig
|
|
*~
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|