remove www from gitignore

This commit is contained in:
core 2023-11-03 16:32:48 -04:00
parent 368f8b23fc
commit 72908de36f
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,4 +5,3 @@ nexrad-browser/bin/
nexrad-browser/pkg/ nexrad-browser/pkg/
nexrad-browser/wasm-pack.log nexrad-browser/wasm-pack.log
nexrad-browser/www/wasm nexrad-browser/www/wasm
nexrad-browser/www/

View File

@ -2,6 +2,5 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/nexrad-browser/www" vcs="Git" />
</component> </component>
</project> </project>