mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-10-31 13:21:22 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			257 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			257 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
 | |
| # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,qtcreator,qt,macos,intellij+iml,cmake,linux,windows
 | |
| # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,qtcreator,qt,macos,intellij+iml,cmake,linux,windows
 | |
| 
 | |
| ### CMake ###
 | |
| CMakeLists.txt.user
 | |
| CMakeCache.txt
 | |
| CMakeFiles
 | |
| CMakeScripts
 | |
| Testing
 | |
| Makefile
 | |
| cmake_install.cmake
 | |
| install_manifest.txt
 | |
| compile_commands.json
 | |
| CTestTestfile.cmake
 | |
| _deps
 | |
| 
 | |
| ### CMake Patch ###
 | |
| # External projects
 | |
| *-prefix/
 | |
| 
 | |
| ### Intellij+iml ###
 | |
| # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
 | |
| # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
 | |
| .idea
 | |
| 
 | |
| # CMake
 | |
| cmake-build-*/
 | |
| 
 | |
| # Mongo Explorer plugin
 | |
| .idea/**/mongoSettings.xml
 | |
| 
 | |
| # File-based project format
 | |
| *.iws
 | |
| 
 | |
| # IntelliJ
 | |
| out/
 | |
| 
 | |
| # mpeltonen/sbt-idea plugin
 | |
| .idea_modules/
 | |
| 
 | |
| # JIRA plugin
 | |
| atlassian-ide-plugin.xml
 | |
| 
 | |
| # Cursive Clojure plugin
 | |
| .idea/replstate.xml
 | |
| 
 | |
| # SonarLint plugin
 | |
| .idea/sonarlint/
 | |
| 
 | |
| # 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
 | |
| 
 | |
| # Android studio 3.1+ serialized cache file
 | |
| .idea/caches/build_file_checksums.ser
 | |
| 
 | |
| ### Intellij+iml Patch ###
 | |
| # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
 | |
| 
 | |
| *.iml
 | |
| modules.xml
 | |
| .idea/misc.xml
 | |
| *.ipr
 | |
| 
 | |
| ### Linux ###
 | |
| *~
 | |
| 
 | |
| # temporary files which can be created if a process still has a handle open of a deleted file
 | |
| .fuse_hidden*
 | |
| 
 | |
| # KDE directory preferences
 | |
| .directory
 | |
| 
 | |
| # Linux trash folder which might appear on any partition or disk
 | |
| .Trash-*
 | |
| 
 | |
| # .nfs files are created when an open file is removed but is still being accessed
 | |
| .nfs*
 | |
| 
 | |
| ### macOS ###
 | |
| # General
 | |
| .DS_Store
 | |
| .AppleDouble
 | |
| .LSOverride
 | |
| 
 | |
| # Icon must end with two \r
 | |
| Icon
 | |
| 
 | |
| 
 | |
| # Thumbnails
 | |
| ._*
 | |
| 
 | |
| # Files that might appear in the root of a volume
 | |
| .DocumentRevisions-V100
 | |
| .fseventsd
 | |
| .Spotlight-V100
 | |
| .TemporaryItems
 | |
| .Trashes
 | |
| .VolumeIcon.icns
 | |
| .com.apple.timemachine.donotpresent
 | |
| 
 | |
| # Directories potentially created on remote AFP share
 | |
| .AppleDB
 | |
| .AppleDesktop
 | |
| Network Trash Folder
 | |
| Temporary Items
 | |
| .apdisk
 | |
| 
 | |
| ### macOS Patch ###
 | |
| # iCloud generated files
 | |
| *.icloud
 | |
| 
 | |
| ### Qt ###
 | |
| # C++ objects and libs
 | |
| *.slo
 | |
| *.lo
 | |
| *.o
 | |
| *.a
 | |
| *.la
 | |
| *.lai
 | |
| *.so
 | |
| *.so.*
 | |
| *.dll
 | |
| *.dylib
 | |
| 
 | |
| # Qt-es
 | |
| object_script.*.Release
 | |
| object_script.*.Debug
 | |
| *_plugin_import.cpp
 | |
| /.qmake.cache
 | |
| /.qmake.stash
 | |
| *.pro.user
 | |
| *.pro.user.*
 | |
| *.qbs.user
 | |
| *.qbs.user.*
 | |
| *.moc
 | |
| moc_*.cpp
 | |
| moc_*.h
 | |
| qrc_*.cpp
 | |
| ui_*.h
 | |
| *.qmlc
 | |
| *.jsc
 | |
| Makefile*
 | |
| *build-*
 | |
| *.qm
 | |
| *.prl
 | |
| 
 | |
| # Qt unit tests
 | |
| target_wrapper.*
 | |
| 
 | |
| # QtCreator
 | |
| *.autosave
 | |
| 
 | |
| # QtCreator Qml
 | |
| *.qmlproject.user
 | |
| *.qmlproject.user.*
 | |
| 
 | |
| # QtCreator CMake
 | |
| CMakeLists.txt.user*
 | |
| 
 | |
| # QtCreator 4.8< compilation database
 | |
| 
 | |
| # QtCreator local machine specific files for imported projects
 | |
| *creator.user*
 | |
| 
 | |
| *_qmlcache.qrc
 | |
| 
 | |
| ### QtCreator ###
 | |
| # gitignore for Qt Creator like IDE for pure C/C++ project without Qt
 | |
| #
 | |
| # Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
 | |
| 
 | |
| 
 | |
| 
 | |
| # Qt Creator autogenerated files
 | |
| 
 | |
| 
 | |
| # A listing of all the files included in the project
 | |
| *.files
 | |
| 
 | |
| # Include directories
 | |
| *.includes
 | |
| 
 | |
| # Project configuration settings like predefined Macros
 | |
| *.config
 | |
| 
 | |
| # Qt Creator settings
 | |
| *.creator
 | |
| 
 | |
| # User project settings
 | |
| *.creator.user*
 | |
| 
 | |
| # Qt Creator backups
 | |
| 
 | |
| # Flags for Clang Code Model
 | |
| *.cxxflags
 | |
| *.cflags
 | |
| 
 | |
| 
 | |
| ### VisualStudioCode ###
 | |
| .vscode/*
 | |
| !.vscode/settings.json
 | |
| !.vscode/tasks.json
 | |
| !.vscode/launch.json
 | |
| !.vscode/extensions.json
 | |
| !.vscode/*.code-snippets
 | |
| 
 | |
| # Local History for Visual Studio Code
 | |
| .history/
 | |
| 
 | |
| # Built Visual Studio Code Extensions
 | |
| *.vsix
 | |
| 
 | |
| ### VisualStudioCode Patch ###
 | |
| # Ignore all local history of files
 | |
| .history
 | |
| .ionide
 | |
| 
 | |
| ### Windows ###
 | |
| # Windows thumbnail cache files
 | |
| Thumbs.db
 | |
| Thumbs.db:encryptable
 | |
| ehthumbs.db
 | |
| ehthumbs_vista.db
 | |
| 
 | |
| # Dump file
 | |
| *.stackdump
 | |
| 
 | |
| # Folder config file
 | |
| [Dd]esktop.ini
 | |
| 
 | |
| # Recycle Bin used on file shares
 | |
| $RECYCLE.BIN/
 | |
| 
 | |
| # Windows Installer files
 | |
| *.cab
 | |
| *.msi
 | |
| *.msix
 | |
| *.msm
 | |
| *.msp
 | |
| 
 | |
| # Windows shortcuts
 | |
| *.lnk
 | |
| 
 | |
| # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,qtcreator,qt,macos,intellij+iml,cmake,linux,windows
 | |
| 
 | |
| # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
 | |
| 
 | |
| limereport/version.h
 | |
| /build/
 | |
| *.app
 |