.gitignore 82 B

1234567
  1. # Ignore build files
  2. build/*
  3. !build/.keep
  4. # Ignore Vim temporary files
  5. *.sw[a-z]