# ---> Actionscript # Build and Release Folders bin-debug/ bin-release/ [Oo]bj/ [Bb]in/ # Other files and folders .settings/ # Executables *.swf *.air *.ipa *.apk # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. # ---> Agda *.agdai MAlonzo/** # ---> Alteryx # gitignore template for Alteryx Designer # website: https://www.alteryx.com/ # website: https://help.alteryx.com/current/designer/alteryx-file-types # Alteryx Data Files *.yxdb *.cydb *.cyidx *.rptx *.vvf *.aws # Alteryx Special Files *.yxwv *.yxft *.yxbe *.bak *.pcxml *.log *.bin *.yxlang CASS.ini # Alteryx License Files *.yxlc *.slc *.cylc *.alc *.gzlc ## gitignore reference sites # https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring # https://git-scm.com/docs/gitignore # https://help.github.com/articles/ignoring-files/ ## Useful knowledge from stackoverflow # Even if you haven't tracked the files so far, git seems to be able to "know" about them even after you add them to .gitignore. # WARNING: First commit your current changes, or you will lose them. # Then run the following commands from the top folder of your git repo: # git rm -r --cached . # git add . # git commit -m "fixed untracked files" # author: Kacper Ksieski # ---> AltiumDesigner # For PCBs designed using Altium Designer # Website: https://www.altium.com/altium-designer/ # Directories containing cache data History __Previews # Directories containing logs and generated outputs Project\ Logs* Project\ Outputs* # Misc files generated by altium debug.log Status\ Report.txt *.PcbDoc.htm *.SchDocPreview *.PcbDocPreview # Lock files sometimes left behind .~lock.* # ---> Android # Gradle files .gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Log/OS Files *.log # Android Studio generated files and folders captures/ .externalNativeBuild/ .cxx/ *.apk output.json # IntelliJ *.iml .idea/ misc.xml deploymentTargetDropDown.xml render.experimental.xml # Keystore files *.jks *.keystore # Google Services (e.g. APIs or Firebase) google-services.json # Android Profiling *.hprof # ---> Anjuta # Local configuration folder and symbol database /.anjuta/ /.anjuta_sym_db.db # ---> AL .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json *.code-workspace # Local History for Visual Studio Code .history/ *.app .snapshots/* # ---> Ada # Object file *.o # Ada Library Information *.ali # ---> Ansible *.retry # ---> AppEngine # Google App Engine generated folder appengine-generated/ # ---> AppceleratorTitanium # Build folder and log file build/ build.log # ---> ArchLinuxPackages *.tar *.tar.* *.jar *.exe *.msi *.zip *.tgz *.log *.log.* *.sig pkg/ src/ # ---> Archives # It's better to unpack these files and commit the raw source because # git has its own built in compression methods. *.7z *.jar *.rar *.zip *.gz *.gzip *.tgz *.bzip *.bzip2 *.bz2 *.xz *.lzma *.cab *.xar *.zst *.tzst # Packing-only formats *.iso *.tar # Package management formats *.dmg *.xpi *.gem *.egg *.deb *.rpm *.msi *.msm *.msp *.txz # ---> AtmelStudio ## Ignore Atmel Studio temporary files and build results # https://www.microchip.com/mplab/avr-support/atmel-studio-7 # Atmel Studio is powered by an older version of Visual Studio, # so most of the project and solution files are the same as VS files, # only prefixed by an `at`. #Build Directories [Dd]ebug/ [Rr]elease/ #Build Results *.o *.d *.eep *.elf *.hex *.map *.srec #User Specific Files *.atsuo # ---> B4X **/Objects **/AutoBackups *.meta # ---> Backup *.bak *.gho *.ori *.orig *.tmp # ---> Ballerina # generated files target/ generated/ # dependencies Dependencies.toml # config files Config.toml # the config files used for testing, Uncomment the following line if you want to commit the test config files #!**/tests/Config.toml # ---> Autotools # http://www.gnu.org/software/automake Makefile.in /ar-lib /mdate-sh /py-compile /test-driver /ylwrap .deps/ .dirstamp # http://www.gnu.org/software/autoconf autom4te.cache /autoscan.log /autoscan-*.log /aclocal.m4 /compile /config.cache /config.guess /config.h.in /config.log /config.status /config.sub /configure /configure.scan /depcomp /install-sh /missing /stamp-h1 # https://www.gnu.org/software/libtool/ /ltmain.sh # http://www.gnu.org/software/texinfo /texinfo.tex # http://www.gnu.org/software/m4/ m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 # Generated Makefile # (meta build system like autotools, # can automatically generate from config.status script # (which is called by configure script)) Makefile # ---> Bazaar .bzr/ .bzrignore # ---> Bazel # gitignore template for Bazel build system # website: https://bazel.build/ # Ignore all bazel-* symlinks. There is no full list since this can change # based on the name of the directory bazel is cloned into. /bazel-* # Directories for the Bazel IntelliJ plugin containing the generated # IntelliJ project files and plugin configuration. Seperate directories are # for the IntelliJ, Android Studio and CLion versions of the plugin. /.ijwb/ /.aswb/ /.clwb/ # ---> Beef build/ recovery/ BeefSpace_User.toml # ---> Bitrix # gitignore template for 1C-Bitrix, a PHP-based CMS # website: https://www.1c-bitrix.ru #Exclude all of core files /bitrix/* #But not the templates and non bitrix components !/bitrix/templates !/bitrix/components /bitrix/components/bitrix #Exclude bitrix gadgets !/bitrix/gadgets /bitrix/gadgets/bitrix #User can use that directory to store some stuff, but it's not really recommended, just use /local instead of this !/bitrix/php_interface/ #Exclude database configs /bitrix/php_interface/dbconn.php #Exclude default file storage directory /upload/ # ---> BricxCC # Bricx Command Center IDE # http://bricxcc.sourceforge.net *.bak *.sym # ---> CMake CMakeLists.txt.user CMakeCache.txt CMakeFiles CMakeScripts Testing Makefile cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake _deps CMakeUserPresets.json # ---> CUDA *.i *.ii *.gpu *.ptx *.cubin *.fatbin # ---> CVS /CVS/* **/CVS/* .cvsignore */.cvsignore # ---> CFWheels # unpacked plugin folders plugins/**/* # files directory where uploads go files # DBMigrate plugin: generated SQL db/sql # AssetBundler plugin: generated bundles javascripts/bundles stylesheets/bundles # ---> CakePHP # CakePHP 3 /vendor/* /config/app.php /tmp/cache/models/* !/tmp/cache/models/empty /tmp/cache/persistent/* !/tmp/cache/persistent/empty /tmp/cache/views/* !/tmp/cache/views/empty /tmp/sessions/* !/tmp/sessions/empty /tmp/tests/* !/tmp/tests/empty /logs/* !/logs/empty # CakePHP 2 /app/tmp/* /app/Config/core.php /app/Config/database.php /vendors/* # ---> Calabash # Calabash / Cucumber rerun/ reports/ screenshots/ screenshot*.png test-servers/ # bundler .bundle vendor # ---> CDK # CDK asset staging directory. # For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/ .cdk.staging/ cdk.out/ # ---> ChefCookbook .vagrant /cookbooks # Bundler bin/* .bundle/* .kitchen/ .kitchen.local.yml # ---> C++ # Prerequisites *.d # Compiled Object files *.slo *.lo *.o *.obj # Precompiled Headers *.gch *.pch # Compiled Dynamic libraries *.so *.dylib *.dll # Fortran module files *.mod *.smod # Compiled Static libraries *.lai *.la *.a *.lib # Executables *.exe *.out *.app # ---> Clojure pom.xml pom.xml.asc *.jar *.class /lib/ /classes/ /target/ /checkouts/ .lein-deps-sum .lein-repl-history .lein-plugins/ .lein-failures .nrepl-port .cpcache/ # ---> Cloud9 # Cloud9 IDE - http://c9.io .c9revisions .c9 # ---> CodeIgniter */config/development */logs/log-*.php !*/logs/index.html */cache/* !system/cache/* !*/cache/index.html !*/cache/.htaccess user_guide_src/build/* user_guide_src/cilexer/build/* user_guide_src/cilexer/dist/* user_guide_src/cilexer/pycilexer.egg-info/* #codeigniter 3 application/logs/* !application/logs/index.html !application/logs/.htaccess /vendor/ # ---> CodeSniffer # gitignore for the PHP Codesniffer framework # website: https://github.com/squizlabs/PHP_CodeSniffer # # Recommended template: PHP.gitignore /wpcs/* # ---> CodeKit # General CodeKit files to ignore config.codekit config.codekit3 /min # ---> Composer composer.phar /vendor/ # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # composer.lock # ---> CommonLisp *.FASL *.fasl *.lisp-temp *.dfsl *.pfsl *.d64fsl *.p64fsl *.lx64fsl *.lx32fsl *.dx64fsl *.dx32fsl *.fx64fsl *.fx32fsl *.sx64fsl *.sx32fsl *.wx64fsl *.wx32fsl # ---> Concrete5 # ignore the error log and .htaccess and others error_log .htaccess # concrete5 5.6 specific config/site.php files/cache/* files/tmp/* # concrete5 5.7 specific # ignore everything but the index.html /application/files/* !/application/files/index.html # ignore updates folder /updates/* # ignore sitemap.xml /sitemap.xml