bzl

self-hosted ephemeral community engine
Log | Files | Refs | README | LICENSE

.gitignore (835B)


      1 node_modules/
      2 npm-debug.log*
      3 .DS_Store
      4 *.rar
      5 data/users.json
      6 data/posts.json
      7 data/collections.json
      8 data/roles.json
      9 data/mod-log.json
     10 data/reports.json
     11 data/sessions.json
     12 data/dms.json
     13 data/dm-key.txt
     14 data/uploads/
     15 data/plugins.json
     16 data/plugins/
     17 data/plugin-data/
     18 data/instance.json
     19 data/.plugins.json.tmp_*
     20 dist/
     21 .env
     22 tmp_server_out.log
     23 tmp_server_err.log
     24 tmp_server_*.log
     25 launcher-ui.crash.log
     26 Hives
     27 stream_pack/
     28 
     29 # Keep the data folder in git, but never commit runtime contents
     30 data/*
     31 !data/.gitkeep
     32 
     33 # Clean install runtime artifacts (when running from CLEAN_INSTALL/ directly)
     34 CLEAN_INSTALL/.env
     35 CLEAN_INSTALL/data/
     36 CLEAN_INSTALL/tmp_server_out.log
     37 CLEAN_INSTALL/tmp_server_err.log
     38 CLEAN_INSTALL/tmp_server_*.log
     39 CLEAN_INSTALL/launcher-ui.crash.log
     40 
     41 # Cloudflare tunnel local creds (should never live in-repo)
     42 .cloudflared/
     43 *.pem