# Aurora's general purpose JS/TS/C/C++/Go vs/vscode/intellij/codelite gitignore reference # Almost usable for Java and Qt # Aurora build configuration Build_CompilerWorkingDirectory/* Build_Developers/* Build_Ship/* Build_Internal/* Build_Develop/* Build_Stage/* Build_Ship/* Build_Workspace/* # License Headers VS extension *.licenseheader # Binaries / object files *.dll *.exe *.obj *.so *.so.* *.la *.lai *.pdb *.idb *.exe~ *.obj *.dynlib *.dylib *.lib *.d *.o *.a *.la *.slo *.lo *.out # go unit test *.test # Autogenerated project files compile_flags.txt *.mk *.project *cmake Makefile *.vcxproj *.xcodeproj # IDE trash .vscode .vs /*.gcno .intellij .clion *.vcxproj.filters *.vcxproj.user *.tlog # OSX .DS_Store .AppleDouble .LSOverride xcuserdata/ # Win32 Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db *.lnk # Linux is trash and cant hotswap like NT .nfs* .fuse_hidden* # Ninja .ninja_deps .ninja_log # PID locks *.pid *.pid.lock # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties # JetBrains # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf # AWS User-specific .idea/**/aws.xml # Generated files .idea/**/contentModel.xml # Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml .idea/**/uiDesigner.xml .idea/**/dbnavigator.xml # Gradle .idea/**/gradle.xml .idea/**/libraries # CMake cmake-build-*/ # Android Studio .idea/caches/build_file_checksums.ser # why would we ever ship this dir? .idea/caches/* # NodeJS npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* # node-waf configuration .lock-wscript # Dependency directories node_modules/ jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # VS Code Extensions .vscode-test # Qt unit tests target_wrapper.* # QtCreator *.autosave # QtCreator Qml *.qmlproject.user *.qmlproject.user.* # QtCreator CMake CMakeLists.txt.user* # QtCreator 4.8< compilation database compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* *_qmlcache.qrc # QT cache and user files /.qmake.cache /.qmake.stash *.pro.user *.pro.user.* *.qbs.user *.qbs.user.* *.moc # Java trash hs_err_pid* .gradle gradle-app.setting !gradle-wrapper.jar .gradletasknamecache pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties .mvn/wrapper/maven-wrapper.jar