.gitignore 70 B

123456789
  1. # Empty dirs
  2. !*/.keep
  3. # Backup files
  4. *.bak
  5. # Node.js
  6. node_modules/*