Nie możesz wybrać więcej, niż 25 tematów
			Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
		
		
		
		
		
			
		
			
				
					
					
						
							151 wiersze
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
	
	
							151 wiersze
						
					
					
						
							2.0 KiB
						
					
					
				| #
 | |
| # .gitignore
 | |
| # Libresonic/libresonic
 | |
| #
 | |
| # Project-wide gitignores
 | |
| #
 | |
| #
 | |
| # Sourced from https://github.com/github/gitignore/
 | |
| # Redistributed under GPLv3+, as allowed by LICENSE found there
 | |
| # Copyright (c) 2014 Github, Inc.
 | |
| #
 | |
| ## Windows.gitignore
 | |
| # 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.gitignore
 | |
| .DS_Store
 | |
| .AppleDouble
 | |
| .LSOverride
 | |
| 
 | |
| # Icon must end with two \r
 | |
| Icon
 | |
| 
 | |
| 
 | |
| # 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
 | |
| 
 | |
| 
 | |
| ## vim.gitignore
 | |
| [._]*.s[a-w][a-z]
 | |
| [._]s[a-w][a-z]
 | |
| *.un~
 | |
| Session.vim
 | |
| .netrwhist
 | |
| *~
 | |
| 
 | |
| 
 | |
| ## NotepadPP.gitignore
 | |
| # Notepad++ backups #
 | |
| *.bak
 | |
| 
 | |
| 
 | |
| ## Java.gitignore
 | |
| *.class
 | |
| 
 | |
| # Mobile Tools for Java (J2ME)
 | |
| .mtj.tmp/
 | |
| 
 | |
| # Package Files #
 | |
| *.jar
 | |
| *.war
 | |
| *.ear
 | |
| 
 | |
| # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 | |
| hs_err_pid*
 | |
| 
 | |
| 
 | |
| ## Maven.gitignore
 | |
| target/
 | |
| pom.xml.tag
 | |
| pom.xml.releaseBackup
 | |
| pom.xml.versionsBackup
 | |
| pom.xml.next
 | |
| release.properties
 | |
| dependency-reduced-pom.xml
 | |
| buildNumber.properties
 | |
| .mvn/timing.properties
 | |
| 
 | |
| ## Eclipse.gitignore
 | |
| .metadata
 | |
| bin/
 | |
| tmp/
 | |
| *.tmp
 | |
| *.bak
 | |
| *.swp
 | |
| *~.nib
 | |
| local.properties
 | |
| .settings/
 | |
| .loadpath
 | |
| .recommenders
 | |
| 
 | |
| # Eclipse Core
 | |
| .project
 | |
| 
 | |
| # Intellij
 | |
| *.iml
 | |
| .idea
 | |
| 
 | |
| # External tool builders
 | |
| .externalToolBuilders/
 | |
| 
 | |
| # Locally stored "Eclipse launch configurations"
 | |
| *.launch
 | |
| 
 | |
| # PyDev specific (Python IDE for Eclipse)
 | |
| *.pydevproject
 | |
| 
 | |
| # CDT-specific (C/C++ Development Tooling)
 | |
| .cproject
 | |
| 
 | |
| # JDT-specific (Eclipse Java Development Tools)
 | |
| .classpath
 | |
| 
 | |
| # Java annotation processor (APT)
 | |
| .factorypath
 | |
| 
 | |
| # PDT-specific (PHP Development Tools)
 | |
| .buildpath
 | |
| 
 | |
| # sbteclipse plugin
 | |
| .target
 | |
| 
 | |
| # Tern plugin
 | |
| .tern-project
 | |
| 
 | |
| # TeXlipse plugin
 | |
| .texlipse
 | |
| 
 | |
| # STS (Spring Tool Suite)
 | |
| .springBeans
 | |
| 
 | |
| # Code Recommenders
 | |
| .recommenders/
 | |
| 
 |