diff --git a/.gitignore b/.gitignore index 8f6c617..1989a79 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ node_modules .output vite.config.js.timestamp-* vite.config.ts.timestamp-* +.idea diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index 2c7445e..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 32e3f45..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - { - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "WebServerToolWindowFactoryState": "false", - "last_opened_file_path": "/mnt/Git-Projects/blackbirdchess/blackbirdchess-website-wip", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "npm", - "prettierjs.PrettierConfiguration.Package": "/mnt/Git-Projects/blackbirdchess/blackbirdchess-website-wip/node_modules/prettier", - "ts.external.directory.path": "/mnt/Git-Projects/blackbirdchess/blackbirdchess-website-wip/node_modules/typescript/lib", - "vue.rearranger.settings.migration": "true", - "vuejs.nuxt.types-notification-shown": "true" - } -} - - - - - - - - - - 1672913979211 - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 4dddc0a..6af2b3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blackbird Chess (WIP Website) ## Part of Blackbird Chess -Copyright 2023- (c) Blackbird Chess Contributors +Copyright (C) 2023- Blackbird Chess Contributors This is the Work-In-Progress website. It is built using [Svelte](https://svelte.dev/) and [SvelteKit](https://kit.svelte.dev/) @@ -9,7 +9,7 @@ It is also being used a internal playground for Svelte. ## Licence ``` -Copyright 2023- (c) Blackbird Chess Contributors +Copyright (C) 2023- Blackbird Chess Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -23,4 +23,4 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -``` \ No newline at end of file +```