Kalkulator sederhana untuk memudahkan dosen penguji yang malas menghitung hasil penilaian ujian/sidang TA/skripsi.
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.

39 lines
942 B

5 years ago
  1. # ---> VisualStudioCode
  2. .vscode/*
  3. !.vscode/settings.json
  4. !.vscode/tasks.json
  5. !.vscode/launch.json
  6. !.vscode/extensions.json
  7. # ---> SublimeText
  8. # Cache files for Sublime Text
  9. *.tmlanguage.cache
  10. *.tmPreferences.cache
  11. *.stTheme.cache
  12. # Workspace files are user-specific
  13. *.sublime-workspace
  14. # Project files should be checked into the repository, unless a significant
  15. # proportion of contributors will probably not be using Sublime Text
  16. # *.sublime-project
  17. # SFTP configuration file
  18. sftp-config.json
  19. # Package control specific files
  20. Package Control.last-run
  21. Package Control.ca-list
  22. Package Control.ca-bundle
  23. Package Control.system-ca-bundle
  24. Package Control.cache/
  25. Package Control.ca-certs/
  26. Package Control.merged-ca-bundle
  27. Package Control.user-ca-bundle
  28. oscrypto-ca-bundle.crt
  29. bh_unicode_properties.cache
  30. # Sublime-github package stores a github token in this file
  31. # https://packagecontrol.io/packages/sublime-github
  32. GitHub.sublime-settings