Skip to content
Snippets Groups Projects
.gitignore 131 B
# Generic caching
*~
.~*
*.tmp
*.temp
*.DS_Store
.*.swp
*.out
*.cache
Thumbs.db

# IDE
/.idea/
workspace.code-workspace

# Project