# Ignore everything
**

# Allow some files and directories
!./src/**
!./input/**
!./pom.xml

# Ignore unnecessary files inside allowed directories
# This should go after the allowed directories
# **/*~
# **/*.log
# **/.DS_Store
# **/Thumbs.db