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

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

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