My personal screeps.com scripts, various branches/tags for various states.

.gitignore 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # Created by https://www.gitignore.io/api/emacs,linux,node,grunt
  2. ### Emacs ###
  3. # -*- mode: gitignore; -*-
  4. *~
  5. \#*\#
  6. /.emacs.desktop
  7. /.emacs.desktop.lock
  8. *.elc
  9. auto-save-list
  10. tramp
  11. .\#*
  12. # Org-mode
  13. .org-id-locations
  14. *_archive
  15. # flymake-mode
  16. *_flymake.*
  17. # eshell files
  18. /eshell/history
  19. /eshell/lastdir
  20. # elpa packages
  21. /elpa/
  22. # reftex files
  23. *.rel
  24. # AUCTeX auto folder
  25. /auto/
  26. # cask packages
  27. .cask/
  28. dist/
  29. # Flycheck
  30. flycheck_*.el
  31. # server auth directory
  32. /server/
  33. # projectiles files
  34. .projectile
  35. ### Linux ###
  36. *~
  37. # temporary files which can be created if a process still has a handle open of a deleted file
  38. .fuse_hidden*
  39. # KDE directory preferences
  40. .directory
  41. # Linux trash folder which might appear on any partition or disk
  42. .Trash-*
  43. ### Node ###
  44. # Logs
  45. logs
  46. *.log
  47. npm-debug.log*
  48. # Runtime data
  49. pids
  50. *.pid
  51. *.seed
  52. *.pid.lock
  53. # Directory for instrumented libs generated by jscoverage/JSCover
  54. lib-cov
  55. # Coverage directory used by tools like istanbul
  56. coverage
  57. # nyc test coverage
  58. .nyc_output
  59. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  60. .grunt
  61. # node-waf configuration
  62. .lock-wscript
  63. # Compiled binary addons (http://nodejs.org/api/addons.html)
  64. build/Release
  65. # Dependency directories
  66. node_modules
  67. jspm_packages
  68. # Optional npm cache directory
  69. .npm
  70. # Optional eslint cache
  71. .eslintcache
  72. # Optional REPL history
  73. .node_repl_history
  74. ### grunt ###
  75. # Grunt usually compiles files inside this directory
  76. dist/
  77. # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
  78. .tmp/
  79. # Screeps
  80. creds.json