Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80fb6e484e3ce7493dabac02bfde2aece6cfc815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# generic files to ignore
.*

# python temp paths
__pycache__/
*.py[cod]

# editors
*~
*.swp
*.swo
*#

# ms-windows
Thumbs.db
ehthumbs.db
Desktop.ini