From 54ecf249111a29e556c4ad566a95dbafcbbc3024 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Thu, 16 May 2019 21:40:01 +0200 Subject: Cleanup .gitinore files --- .gitignore | 109 ---------------------------------------------------- frontend/.gitignore | 12 ------ 2 files changed, 121 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 diff --git a/frontend/.gitignore b/frontend/.gitignore index cf5f39d6..3c3629e6 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,13 +1 @@ -# dependencies node_modules - -# testing -coverage - -# production -build - -# misc -.DS_Store -.env -npm-debug.log -- cgit