Skip to content

Instantly share code, notes, and snippets.

@alexbraga
alexbraga / mpd.conf
Last active January 31, 2026 02:27
Config files
# An example configuration file for MPD.
# Read the user manual for documentation: https://mpd.readthedocs.io/en/stable/user.html#configuration
# Files and directories #######################################################
#
# This setting controls the top directory which MPD will search to discover the
# available audio files and add them to the daemon's online database. This
# setting defaults to the XDG directory, otherwise the music directory will be
# be disabled and audio files will only be accepted over ipc socket (using
# Miscellaneous
*.java.hsp
*.sonarj
*.sw*
.DS_Store
build.sh
integration-repo
ivy-cache
argfile*
activemq-data/
@alexbraga
alexbraga / .gitignore Java
Created June 22, 2022 06:31 — forked from dedunumax/.gitignore Java
A complete .gitignore file for Java.
##############################
## Java
##############################
.mtj.tmp/
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*