# Ignore everything
*

# But not .mjs files
!*.mjs
!*.js

# In all subdirectories
!*/
