.gitignore 133 B

123456789
  1. # Ignore compiled Java files
  2. *.class
  3. # Ignore VS Code settings
  4. .vscode/
  5. # Ignore Java project files (if using an IDE)
  6. *.iml
  7. .idea/