Skip to content

Commit

Permalink
Update .gitignore ✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Godlewski authored Sep 1, 2020
1 parent 1d6028d commit 0655f0c
Showing 1 changed file with 4 additions and 69 deletions.
73 changes: 4 additions & 69 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
### 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
.mvn

### SASS ###
.sass-cache/
Expand Down Expand Up @@ -40,7 +33,7 @@ target/
bin/
.mvn/
mvnw.cmd
application/api/src/main/resources/application-prod.yml
*/application-prod.yml

### NetBeans ###
/nbproject/private/
Expand All @@ -52,39 +45,14 @@ application/api/src/main/resources/application-prod.yml

### VS Code ###
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

### Eclipse ### .metadata
bin/
### Eclipse ###
.metadata
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
.externalToolBuilders/
*.launch
*.pydevproject
.cproject
.autotools
.factorypath
.buildpath
.target
.tern-project
.texlipse
.springBeans
.recommenders/
.apt_generated/
.cache-main
.scala_dependencies
.worksheet

### Intellij ###
out/
Expand All @@ -99,39 +67,6 @@ atlassian-ide-plugin.xml

### WINDOWS ###
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

### MACOS ###
.DS_Store
.AppleDouble
.LSOverride
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Linux ###
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

0 comments on commit 0655f0c

Please sign in to comment.