summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2019-05-16 21:40:01 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2019-05-16 21:40:14 +0200
commit54ecf249111a29e556c4ad566a95dbafcbbc3024 (patch)
treef18c059c564d11b9e981e2ec5a3c4b0d0d2745e3 /.gitignore
parentRemove extra import of polyfills (diff)
downloadseven-wonders-54ecf249111a29e556c4ad566a95dbafcbbc3024.tar.gz
seven-wonders-54ecf249111a29e556c4ad566a95dbafcbbc3024.tar.bz2
seven-wonders-54ecf249111a29e556c4ad566a95dbafcbbc3024.zip
Cleanup .gitinore files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore109
1 files changed, 0 insertions, 109 deletions
diff --git a/.gitignore b/.gitignore
index 1b234a66..7f6823bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,111 +1,2 @@
-# =========================
-# Operating System Files
-# =========================
-
-# Windows
-# =========================
-
-# Windows image file caches
-Thumbs.db
-ehthumbs.db
-
-# Folder config file
-Desktop.ini
-
-# Recycle Bin used on file shares
-$RECYCLE.BIN/
-
-# Windows Installer files
-*.cab
-*.msi
-*.msm
-*.msp
-
-# Windows shortcuts
-*.lnk
-
-# OSX
-# =========================
-
-.DS_Store
-.AppleDouble
-.LSOverride
-
-# Thumbnails
-._*
-
-# Files that might appear on external disk
-.Spotlight-V100
-.Trashes
-
-# Directories potentially created on remote AFP share
-.AppleDB
-.AppleDesktop
-Network Trash Folder
-Temporary Items
-.apdisk
-/bin/
-/build/
-
-# ======================
-# Gradle
-# ======================
-
.gradle
build/
-
-# ======================
-# IDEs
-# ======================
-
-# IntelliJ IDEA
-# ======================
-
-*.iml
-*.ipr
-*.iws
-.idea
-/out/
-
-# Eclipse
-# ======================
-
-*.pydevproject
-.metadata
-bin/
-tmp/
-*.tmp
-*.bak
-*.swp
-*~.nib
-local.properties
-.settings/
-.loadpath
-
-# Eclipse Core
-.project
-
-# External tool builders
-.externalToolBuilders/
-
-# Locally stored "Eclipse launch configurations"
-*.launch
-
-# CDT-specific
-.cproject
-
-# JDT-specific (Eclipse Java Development Tools)
-.classpath
-
-# PDT-specific
-.buildpath
-
-# sbteclipse plugin
-.target
-
-# TeXlipse plugin
-.texlipse
-
-# Javascript specific files
-node_modules/
-*.log
bgstack15