source_code 422 B

123456789101112
  1. # This file should list the directories here that contain the actual source code
  2. # for this implementation. This file is used as the "--list-file" argument of the
  3. # "cloc" tool:
  4. #
  5. # https://github.com/AlDanial/cloc#Options
  6. #
  7. # For example, for a Java application that uses Maven, the content of this file
  8. # might be:
  9. #
  10. # ./src/main/java
  11. #
  12. # (remove the '#' character in the line above or else cloc treats it as a comment)