2020-08-25 18:37:31 +00:00
|
|
|
# Start by excluding everything
|
|
|
|
*
|
2019-08-12 04:49:18 +00:00
|
|
|
|
2020-08-25 18:37:31 +00:00
|
|
|
# Include project code and build files
|
|
|
|
!PluralKit.*/
|
2023-02-16 00:27:36 +00:00
|
|
|
!services/
|
|
|
|
!lib/
|
2021-03-03 22:27:54 +00:00
|
|
|
!Myriad/
|
2021-08-01 19:22:23 +00:00
|
|
|
!.git
|
2022-01-23 06:52:41 +00:00
|
|
|
!proto
|
2022-06-03 05:01:54 +00:00
|
|
|
!dashboard
|
2023-02-16 00:27:36 +00:00
|
|
|
|
|
|
|
!Cargo.toml
|
|
|
|
!Cargo.lock
|
|
|
|
!PluralKit.sln
|
|
|
|
!nuget.config
|
2019-08-12 04:49:18 +00:00
|
|
|
|
2023-02-26 22:13:56 +00:00
|
|
|
# used for target binary builds
|
|
|
|
!.docker-bin/
|
|
|
|
|
2020-08-25 18:37:31 +00:00
|
|
|
# Re-exclude host build artifact directories
|
|
|
|
**/bin
|
2022-04-19 20:19:31 +00:00
|
|
|
**/obj
|
2022-06-26 21:30:12 +00:00
|
|
|
**/target
|
2023-02-25 17:14:05 +00:00
|
|
|
**/node_modules
|
|
|
|
|
|
|
|
# don't clear docker cache when updating dockerfiles
|
|
|
|
Dockerfile
|