diff --git a/.gitignore b/.gitignore index ef72eb0..55be276 100644 --- a/.gitignore +++ b/.gitignore @@ -152,11 +152,3 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -# Pycharm specific files -/.idea/image-host-server.iml -/.idea/sonarlint/issuestore/index.pb -/.idea/misc.xml -/.idea/modules.xml -/.idea/inspectionProfiles/profiles_settings.xml -/.idea/vcs.xml -/.idea/watcherTasks.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/app.py b/app.py deleted file mode 100644 index de3ce5f..0000000 --- a/app.py +++ /dev/null @@ -1,11 +0,0 @@ -from flask import Flask, render_template - -app = Flask(__name__) - - -@app.route('/') -def hello_world(): # put application's code here - return render_template('home.html') - -if __name__ == '__main__': - app.run(host='0.0.0.0') diff --git a/static/css/styles.scss b/static/css/styles.scss deleted file mode 100644 index e69de29..0000000 diff --git a/templates/home.html b/templates/home.html deleted file mode 100644 index 001d90f..0000000 --- a/templates/home.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - DCSL Image Hosting Server - - - - - \ No newline at end of file