# ---> 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. # ---> 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/* # ---> 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-Files # 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 # ---> Ada # Object file *.o # Ada Library Information *.ali # ---> 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 # ---> WordPress # Wordpress - ignore core, configuration, examples, uploads and logs. # https://github.com/github/gitignore/blob/main/WordPress.gitignore # Core # # Note: if you want to stage/commit WP core files # you can delete this whole section/until Configuration. /wp-admin/ /wp-content/index.php /wp-content/languages /wp-content/plugins/index.php /wp-content/themes/index.php /wp-includes/ /index.php /license.txt /readme.html /wp-*.php /xmlrpc.php # Configuration wp-config.php # Example themes /wp-content/themes/twenty*/ # Example plugin /wp-content/plugins/hello.php # Uploads /wp-content/uploads/ # Log files *.log # htaccess /.htaccess # All plugins # # Note: If you wish to whitelist plugins, # uncomment the next line #/wp-content/plugins # All themes # # Note: If you wish to whitelist themes, # uncomment the next line #/wp-content/themes