.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 ###
*~ *~
#*
*$ # temporary files which can be created if a process still has a handle open of a deleted file
*.BAK .fuse_hidden*
*.Z
*.bak # KDE directory preferences
*.elc .directory
*.ln
*.log # Linux trash folder which might appear on any partition or disk
*.o .Trash-*
*.obj
*.olb # .nfs files are created when an open file is removed but is still being accessed
*.old .nfs*
*.orig
*.rej ### macOS ###
*.class # General
*/.git/*
.#*
.DS_Store .DS_Store
.del-* .AppleDouble
.deployables .LSOverride
.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 # Icon must end with two \r
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 Icon
# User-specific stuff # Thumbnails
.idea/**/workspace.xml ._*
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Generated files # Files that might appear in the root of a volume
.idea/**/contentModel.xml .DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Sensitive or high-churn files # Directories potentially created on remote AFP share
.idea/**/dataSources/ .AppleDB
.idea/**/dataSources.ids .AppleDesktop
.idea/**/dataSources.local.xml Network Trash Folder
.idea/**/sqlDataSources.xml Temporary Items
.idea/**/dynamic.xml .apdisk
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle ### Windows ###
.idea/**/gradle.xml # Windows thumbnail cache files
.idea/**/libraries Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Gradle and Maven with auto-import # Dump file
# When using Gradle or Maven with auto-import, you should exclude module files, *.stackdump
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake # Folder config file
cmake-build-*/ [Dd]esktop.ini
# Mongo Explorer plugin # Recycle Bin used on file shares
.idea/**/mongoSettings.xml $RECYCLE.BIN/
# File-based project format # Windows Installer files
*.iws *.cab
*.msi
*.msix
*.msm
*.msp
# IntelliJ # Windows shortcuts
out/ *.lnk
# mpeltonen/sbt-idea plugin # End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Sonarlint plugin
.idea/sonarlint/**

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

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