23 lines
468 B
Plaintext
23 lines
468 B
Plaintext
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
|
#
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
# git config --global core.excludesfile '~/.gitignore_global'
|
|
|
|
# Ignore files that are not wanted in general.
|
|
.*
|
|
_MACOSX
|
|
Thumbs.db
|
|
|
|
# Project-specific dependencies
|
|
bin/
|
|
build/
|
|
eclipse/
|
|
repo/
|
|
run/
|
|
|
|
# IDEA files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|