diff --git a/.gitignore b/.gitignore index 6cfba39b..6554c508 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,21 @@ -**/xcuserdata -.vscode -workspace.code-workspace -out -buildlocal.sh +.DS_Store +node_modules +dist +dev-dist +build +types +.idea +.github +package-lock.json + +# The directory 'pwa-deployed-versions' keeps track of PWA cache versions +# for URLs deployed from this repository. +# Only the 'newspeaklanguage.org.version' (the PWA version for newspeaklanguage.org) +# is kept in git. +# Any other version files, for example 'localhost.version', should not be committed. +!pwa-deployed-versions +pwa-deployed-versions/* +!pwa-deployed-versions/newspeaklanguage.org.version + +# The directory 'out' is ignored +/out/ diff --git a/ADocument.html b/ADocument.html new file mode 100644 index 00000000..a86331aa --- /dev/null +++ b/ADocument.html @@ -0,0 +1,147 @@ +