mourningdove/.gitignore
2026-05-24 01:03:05 +00:00

81 lines
1.4 KiB
Text

etc/docker/web/config/etc/apache2/envvars
/etc
etc/
/logs
/temp
/extlib
/ext/dw-private
/ext/local
/ext/ruby
/ext/yuicompressor
/etc/config*.pl
/etc/*
/build
/locks
/var
*.sw?
src/proxy/proxy
.vscode
.vstags
.perl-cpm
config-private.pl
env.env
.env
garageenv.toml
garage.toml
garage.tom
package-lock.json
package.json
# kat ignores just to be safe tbh
# i stole this from kat sorry kat hiii
docker-entrypoint-initdb.d/*
blobimages/
_build/
Build
htdocs/img/profile_icons/*.png
htdocs/img/external/*
htdocs/manage/profile/index.bml.old
htdocs/manage/profile/index.bml.text.old
htdocs/scss/pages/manage/profile.scss
views/manage/profile.tt
views/manage/profile.tt.text
blib/*
t/MYMETA.json
t/MYMETA.yml
t/Makefile
t/blib/
t/pm_to_blib
/minio/*
minio
cgi-bin/LJ/Keywords.pm.orig
cgi-bin/DW/Controller/UserAll.pm
cgi-bin/DW/Controller/API/REST/Users.pm
api/dist/users_all.yaml
api/src/users_all.yaml
views/stats/allusers.tt
ext/dw-nonfree/htdocs/favicon.ico
api/dist/icons.yaml
api/dist/journals/accesslists.yaml
api/dist/journals/accesslists_all.yaml
api/dist/journals/tags.yaml
api/dist/journals/xpostaccounts.yaml
etc/docker/web/envvars
etc/docker/web/files
etc/docker/web/files/
# Ignore node_modules, wherever they occur
/**/node_modules/
# Ignore SCSS cache
.sass-cache
# Ignore compiled CSS
htdocs/stc/css
ext/dw-nonfree/htdocs/stc/css
# Ignore test stuff
t-theschwartz.sqlite
# No tidying
.tidyall.d/
mysql25/