dda-backup/.gitignore

55 lines
954 B
Text
Raw Normal View History

2024-08-16 06:29:49 +00:00
# ------------------------
# Clojure Project Git Ignore file patterns
#
# Ignore all except patterns starting with !
# Add comments on separate lines, not same line as pattern
# ------------------------
# ------------------------
# Ignore everthing in root directory
/*
# ------------------------
# Common project files
!CHANGELOG.md
!README.md
!LICENSE
# ------------------------
# Include Clojure project & config
!build.clj
!deps.edn
!pom.xml
!dev/
!docs/
!resources/
!src/
!test/
2024-08-19 06:55:30 +00:00
# ------------------------
# Include backup container
!infrastructure/
infrastructure/backup/__pycache__
infrastructure/backup/.pybuilder
2024-08-16 06:29:49 +00:00
# ------------------------
# Include Clojure tools
!.cljstyle
!.dir-locals.el
!compose.yaml
!Dockerfile
!.dockerignore
!Makefile
!tests.edn
# ------------------------
# Include Git & CI workflow
!.gitattributes
!.gitignore
!.github/
# ------------------------
# Include ClojureScript Figwheel
!figwheel-main.edn
!*.cljs.edn