# Ignore everything
*

# But don't ignore folders
!*/

# But do ignore these folders
node_modules/
vendor/

# But don't ignore these files
!/.devcontainer.json
!/.vscode/settings.json

# But don't ignore these types of files
!*.c
!*.cpp
!*.css
!*.db
!*.h
!*.html
!*.java
!*.js
!*.md
!*.py
!*.R
!*.sql
!*.ts
!*.txt
!Makefile

# But do ignore these files from movies for now
**/movies/movies.db
**/movies/output.txt

# Other ignores

# Ignore files larger than 100M
