.gitignore 86 B

12345678
  1. # CLion files
  2. /.idea/
  3. # Convenient binary output and build dirs
  4. /bin/
  5. /build/
  6. /deps/