Skip to content

Commit

Permalink
es6-ify
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Feb 12, 2018
1 parent 277a046 commit 3a0ac4f
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 156 deletions.
66 changes: 63 additions & 3 deletions .gitignore
@@ -1,5 +1,4 @@

# Created by https://www.gitignore.io/api/macos,linux,windows
# Created by https://www.gitignore.io/api/linux,macos,windows,webstorm+all

### Linux ###
*~
Expand Down Expand Up @@ -43,6 +42,66 @@ Network Trash Folder
Temporary Items
.apdisk

### WebStorm+all ###
# 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/dictionaries

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

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

# CMake
cmake-build-debug/

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

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Ruby plugin and RubyMine
/.rakeTasks

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

### WebStorm+all Patch ###
# Ignores the whole idea folder
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360

.idea/

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Expand All @@ -64,4 +123,5 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/macos,linux,windows

# End of https://www.gitignore.io/api/linux,macos,windows,webstorm+all

0 comments on commit 3a0ac4f

Please sign in to comment.