diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7ee31dea4..000000000 --- a/.gitignore +++ /dev/null @@ -1,77 +0,0 @@ -# https://git-scm.com/docs/gitignore -# https://help.github.com/articles/ignoring-files -# Example .gitignore files: https://github.com/github/gitignore - -# -------------------- -# OSX Files -# -------------------- -.DS_Store -.AppleDouble -.LSOverride - -._* -.Spotlight-V100 -.Trashes - -# -------------------- -# Eclipse or Nodeclipse "Enide Studio" Files -# -------------------- -# recommended to add to Git SCM -# or generate with `nodeclipse -p` command -.project -.settings/ -.*.md.html - - -# -------------------- -# IntelliJ Files -# -------------------- -*.iml -*.ipr -*.iws -.idea/ - -# -------------------- -# Netbeans Files -# -------------------- -nbproject/private/ - -nbbuild/ -dist/ -nbdist/ -nbactions.xml -nb-configuration.xml - -# -------------------- -# Node Files -# -------------------- -.nodemonignore -npm-debug.log -AgudaApp/node_modules/ - -# -------------------- -# SASS Files -# -------------------- -.sass-cache/ - -# -------------------- -# Bower Files -# -------------------- -.bower-*/ -bower_components - -# -------------------- -# App Files -# -------------------- -data/ -tests/results/** -modules/public/ -modules/views/ -/public/build/ -/packages/contrib/ -/packages/**/**/public/assets/lib - -# -------------------- -# vim Files -# -------------------- -*.swp diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1cda1edee..000000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: ruby -rvm: 2.2 -before_script: gem install awesome_bot -script: awesome_bot README.md docs/*.md --white-list travis-ci diff --git a/CODE_OF_CONDUCT.md b/Documents/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to Documents/CODE_OF_CONDUCT.md diff --git a/LICENSE b/Documents/LICENSE similarity index 100% rename from LICENSE rename to Documents/LICENSE diff --git a/Documents/SRS.docx b/Documents/SRS.docx new file mode 100644 index 000000000..02dc17761 Binary files /dev/null and b/Documents/SRS.docx differ diff --git a/package.json b/package.json deleted file mode 100644 index 7150eb251..000000000 --- a/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "project-template", - "version": "1.0.0", - "description": "A template repository with wiki for a team project at JCE's software engineering course", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://robi-y@github.com/jce-il/project-template.git" - }, - "author": "robi-y", - "license": "MIT", - "bugs": { - "url": "https://github.com/jce-il/project-template/issues" - }, - "homepage": "https://github.com/jce-il/project-template#readme" -}