Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
231fcab
curriculum work
boubascript May 15, 2019
21e13bb
curriculum practice
boubascript May 15, 2019
6cfd9cd
Nothing
theflyingcookie May 15, 2019
1dc2815
moved export to class declaration
boubascript May 15, 2019
ea14e87
gitignore?
boubascript May 15, 2019
f185192
added gitignore
boubascript May 15, 2019
93f6054
fixing merge issues
boubascript May 15, 2019
d0892bc
change test
boubascript May 15, 2019
14f777d
merging together Merge branch 'bouba' of github.com:dialbouba/Enginee…
boubascript May 15, 2019
9b2d666
another test
boubascript May 15, 2019
22995cc
test Merge branch 'bouba' of github.com:dialbouba/EngineeringEssentia…
boubascript May 15, 2019
3e0f083
taking techCurriculum off git tracking
boubascript May 15, 2019
cd8ed51
techCurriculum off git
boubascript May 15, 2019
61ae1e2
techcurriculum
boubascript May 15, 2019
18aef77
techCurriculum off
boubascript May 15, 2019
cf68551
added intellij to gitignore
boubascript May 15, 2019
b04398d
Fixing
theflyingcookie May 15, 2019
af4b1e7
date handlers
May 15, 2019
1652c9f
added template chart
boubascript May 15, 2019
0811c67
Merge branch 'Luis' of github.com:dialbouba/EngineeringEssentials int…
boubascript May 15, 2019
26dc435
Export and declaring classes, importing for App.js
theflyingcookie May 15, 2019
58d5104
test
May 15, 2019
241db2a
Merge branch 'Luis' of github.com:dialbouba/EngineeringEssentials int…
boubascript May 15, 2019
a7aeea3
smh
boubascript May 15, 2019
a922868
merging imports
boubascript May 15, 2019
3e55178
merging imports fixing issues
boubascript May 15, 2019
2adf9aa
connected importa
boubascript May 15, 2019
deef3ac
Merge branch 'bouba' of github.com:dialbouba/EngineeringEssentials
boubascript May 15, 2019
a56509b
updating
theflyingcookie May 15, 2019
0f6af35
as
theflyingcookie May 15, 2019
0aa7581
Developing class
theflyingcookie May 15, 2019
df32a0b
Edits to Date class?
theflyingcookie May 15, 2019
9ffd3e4
Edits to Date class?
theflyingcookie May 15, 2019
5130b82
Saving
theflyingcookie May 15, 2019
ec4407a
Changed binding method
theflyingcookie May 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 184 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,185 @@
*.DS_Store
node_modules
node_modules


techCurriculum/

### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

# JetBrains templates
**___jb_tmp___

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
.idea/sonarlint
Loading