.gitignore raw

   1  .git
   2  *.swp
   3  
   4  # IntelliJ
   5  .idea/
   6  *.iml
   7  
   8  # VS code
   9  *.code-workspace
  10