Jean-Michel Provencher
12/05/2022, 8:22 PMKhuyen Tran
12/05/2022, 8:24 PM*
in my .prefectignore and it worksJean-Michel Provencher
12/05/2022, 8:25 PMJean-Michel Provencher
12/05/2022, 8:25 PM# Ignore everything
*
# But not these files...
!.gitignore
!script.pl
!template.latex
# etc...
Khuyen Tran
12/05/2022, 8:25 PMKhuyen Tran
12/05/2022, 8:25 PMJean-Michel Provencher
12/05/2022, 8:26 PMKhuyen Tran
12/06/2022, 5:37 PM.
├── test2.py
├── test3.py
├── test4.py
├── test5.py
and here is my .prefectignore:
# Ignore everything
*
# But not these files...
!test2.py
Only test2 is uploaded to S3 when I ran prefect deployment build, so it looks like it’s working rightJean-Michel Provencher
12/06/2022, 6:40 PMJean-Michel Provencher
12/07/2022, 7:16 PM