.gitignore globale per i sistemi operativi

This commit is contained in:
Fabio Scotto di Santolo
2020-06-10 19:03:01 +02:00
parent ccc7aaf17b
commit a5547af9c8
2 changed files with 57 additions and 82 deletions

View File

@@ -1,99 +1,73 @@
# Created by https://www.toptal.com/developers/gitignore/api/windows,macos,linux
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,macos,linux
### Linux ###
*~
#*
*$
*.BAK
*.Z
*.bak
*.elc
*.ln
*.log
*.o
*.obj
*.olb
*.old
*.orig
*.rej
*.class
*/.git/*
.#*
.DS_Store
.del-*
.deployables
.git
.make.state
.nse_depinfo
.CVS.adm
RCS
RCSLOG
SCCS
_$*
bin/
classes/
*target*
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# KDE directory preferences
.directory
# Generated files
.idea/**/contentModel.xml
# Linux trash folder which might appear on any partition or disk
.Trash-*
# 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
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# 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
# Icon must end with two \r
Icon
# CMake
cmake-build-*/
# Thumbnails
._*
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# File-based project format
*.iws
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# IntelliJ
out/
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# mpeltonen/sbt-idea plugin
.idea_modules/
# Dump file
*.stackdump
# JIRA plugin
atlassian-ide-plugin.xml
# Folder config file
[Dd]esktop.ini
# Cursive Clojure plugin
.idea/replstate.xml
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Editor-based Rest Client
.idea/httpRequests
# Windows shortcuts
*.lnk
# Sonarlint plugin
.idea/sonarlint/**
# End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux

1
.profile.d/liquibase.sh Normal file
View File

@@ -0,0 +1 @@
export LIQUIBASE_HOME="/usr/local/opt/liquibase/libexec"