Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 435B

123456789101112131415161718192021222324
  1. # Config file of brackets-latex plugin with an folder path
  2. .brackets.json
  3. # brackets-latex compile output folders
  4. latex-out/
  5. out/
  6. # latex compile output files. Could cause trouble.
  7. latex-files/*.aux
  8. latex-files/*.bbl
  9. latex-files/*.bcf
  10. latex-files/*.blg
  11. latex-files/*.dvi
  12. latex-files/*.log
  13. latex-files/*.out
  14. latex-files/*.pdf
  15. latex-files/*.run.xml
  16. latex-files/*.toc
  17. # config
  18. mongodb.config.js
  19. # exclude Mac-File .DS_Store
  20. *.DS_Store