22 lines
223 B
Plaintext
22 lines
223 B
Plaintext
# ---> TortoiseGit
|
|
# Project-level settings
|
|
/.tgitconfig
|
|
|
|
# Archivos temporales
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*.log
|
|
|
|
# Archivos de integración continua
|
|
/.settings/
|
|
/.project
|
|
/.classpath
|
|
/.factorypath
|
|
|
|
# Carpetas
|
|
.data/
|
|
.git/
|
|
System/
|
|
|