mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:15:52 +08:00
Structure gitignore
This commit is contained in:
parent
cde23edfed
commit
4548c38af6
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,13 +1,17 @@
|
|||||||
*.pyc
|
# Compiled and generated things.
|
||||||
*kdev*
|
|
||||||
*.kate-swp
|
|
||||||
__pycache__
|
|
||||||
docs/html
|
|
||||||
*.lprof
|
|
||||||
*.log
|
|
||||||
*~
|
|
||||||
build
|
build
|
||||||
*.qm
|
*.pyc
|
||||||
|
__pycache__
|
||||||
*.mo
|
*.mo
|
||||||
|
docs/html
|
||||||
|
*.log
|
||||||
resources/i18n/en
|
resources/i18n/en
|
||||||
resources/i18n/x-test
|
resources/i18n/x-test
|
||||||
|
|
||||||
|
# Editors and IDEs.
|
||||||
|
*kdev*
|
||||||
|
*.kate-swp
|
||||||
|
*.lprof
|
||||||
|
*~
|
||||||
|
*.qm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user